Re: OSKit-Mach's kernel command line

2001-10-15 Thread Roland McGrath
> With the new boot code, oskit's environment searched for the root variable. > You have to put a "--" after the "root=", i.e. > > kernel /boot/oskit-mach.gz root=part:1:device:hd0 -- > > If you don't do that, the "root=" variable is in the argc and argv > variables. It's explained in the commen

OSKit-Mach's kernel command line

2001-10-14 Thread Jeroen Dekkers
With the new boot code, oskit's environment searched for the root variable. You have to put a "--" after the "root=", i.e. kernel /boot/oskit-mach.gz root=part:1:device:hd0 -- If you don't do that, the "root=" variable is in the argc and argv variables. It's explained in the comments in oskit/ke