wok view syslinux/stuff/iso2exe/bootlinux.h @ rev 14257

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
parents 7d300004a3b8
children 5ed4d6b2d690
line source
1 #ifndef __BOOTLINUX_H
2 #define __BOOTLINUX_H
3 extern long loadkernel(void);
4 extern void loadinitrd(void);
5 extern void bootlinux(char *cmdline);
6 #endif