freebsd-dev/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 Update boot and boot-conf descriptions to reflect new and old changes. 2000-09-08 21:39:31 +00:00
loader.conf The module_path set by default was bogus. It had /boot/kernel last, 2000-09-16 19:56:23 +00:00
loader.conf.5 Belatedly add splash_pcx_load to the documented variables. Reword 1999-11-26 08:09:04 +00:00
loader.rc Activates password protection (if a password is defined). 1999-11-24 17:59:37 +00:00
pnp.4th Strictly speaking, this works. It enumarates the PnP devices, and 2000-09-08 17:13:24 +00:00
support.4th Get rid of garbage left on the stack. 2000-09-25 11:36:55 +00:00