freebsd-nq/sys/boot/forth
Daniel C. Sobral 3851401454 Now I see the error of my ways.
Previous revision of this file changed the "boot" commands to take
no arguments from the stack. This is only valid in the case where
a kernel has not been loaded. In that case, load_kernel_and_modules
will be called, which takes a list of arguments from the stack.

When a kernel is presently loaded, though, the list of arguments must
be passed to the boot command, which was the behaviour before the last
revision.

Fix things for both cases.

Noticed by: S-Max and others on that chat room
2000-10-09 11:29:40 +00:00
..
loader.4th Now I see the error of my ways. 2000-10-09 11:29:40 +00:00
loader.4th.8
loader.conf
loader.conf.5
loader.rc
pnp.4th
support.4th