#include <hallo.h>
Chris Lawrence wrote on Tue Apr 09, 2002 um 05:24:59PM:
> where <flavor>.bin is disks-1.44/<flavor>/root.bin
> 
> The only parameter I'm not sure of: load_ramdisk=1  Do I want this or not?

int rd_doload;                  /* 1 = load RAM disk, 0 = don't load */

Used in static void __init rd_load_disk(int n)

AFAICS this tells the kernel to reload the ramdisk from given source, or
not. Irrelevant for CDs since the kernel reloads only if
MAJOR(ROOT_DEV) == FLOPPY_MAJOR.

Gruss/Regards,
Eduard.
-- 
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.            --unknown source


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to