> > 1) Is it possible to load a kernel like loadlin does from linux? Say I copy it > on a reiserfs partition, add a target in lilo and tell lilo to load that thing > on next boot. Will it work?
RAMFS!!!..this is how the floppy based linux distros boot..they uncompress the kernel to ramfs and boot from that....you can do that for a small partition also but that wont be needed since the partition will be created in the RAM automatically. just try passing root=/dev/ram or /dev/ram0 as extra parameters to the kernel thru lilo or lilo prompt, if it does(/not) work, let me know. Regards G.Vinubalaji ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
