Initial root filesystem is now on a ramdisk that is part of the image.

This commit is contained in:
Philip Homburg
2006-02-15 11:18:21 +00:00
parent 3a05de3763
commit c3a88d15d8
26 changed files with 894 additions and 45 deletions
+6
View File
@@ -0,0 +1,6 @@
/*
local defines and declarations
*/
extern unsigned char imgrd[];
extern size_t imgrd_size;