Searched hist:66871 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/boot/forth/
H A Dloader.4thdiff 66871 Mon Oct 09 09:29:40 MDT 2000 dcs 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

Completed in 93 milliseconds