repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
bootstrap.h
blob
ca877cc7159880c57abb3a345b359d0086cbc2f8
1
#define BUFFER_SIZE 1024
2
3
extern
char
*
KernelArgs
;
4
extern
char
*
SystemVersion
;
5
char
buf
[
BUFFER_SIZE
];
6
7
int
bootstrap
(
int
argc
,
char
**
argv
);