diff --git a/second/bootx.c b/second/bootx.c new file mode 100644 index 0000000..7af70a2 --- /dev/null +++ b/second/bootx.c @@ -0,0 +1,14 @@ +/* + * + * (c) 2005 Laurent Vivier + * + * + */ + + +#include "bootx.h" + +void bootx_init(char* command_line, + char* ramdisk_start, unsigned long ramdisk_size) +{ +}