repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
com32
/
samples
/
localboot.c
blob
b6f992d6ba40de539b70c82cc6eb7c4504318016
1
#include <syslinux/boot.h>
2
#include <stdlib.h>
3
4
int
main
(
int
argc
,
char
*
argv
[])
5
{
6
syslinux_local_boot
(
argc
>
1
?
atoi
(
argv
[
1
]) :
0
);
7
8
return
0
;
9
}