First revision

This commit is contained in:
Laurent Vivier 2005-05-12 05:51:56 +00:00
parent b990716081
commit 5efe9903c3

14
second/bootx.c Normal file
View File

@ -0,0 +1,14 @@
/*
*
* (c) 2005 Laurent Vivier <LaurentVivier@wanadoo.fr>
*
*
*/
#include "bootx.h"
void bootx_init(char* command_line,
char* ramdisk_start, unsigned long ramdisk_size)
{
}