mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-01 19:30:36 +00:00
First revision
This commit is contained in:
parent
b990716081
commit
5efe9903c3
14
second/bootx.c
Normal file
14
second/bootx.c
Normal 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)
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user