mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
What could possibly have possessed me to forget the "0 (arguments)"
in two of the three boot words in the "boot" redefinition, I have no clue. Fix it. Noticed by: bp Noticed by: adrian
This commit is contained in:
parent
09e0ff09c1
commit
a360c980c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66346
@ -69,14 +69,14 @@ only forth also support-functions also builtins definitions
|
||||
load_kernel_and_modules
|
||||
?dup if exit then
|
||||
then
|
||||
1 boot exit
|
||||
0 1 boot exit
|
||||
then
|
||||
else
|
||||
s" kernelname" getenv? 0= if ( no kernel has been loaded )
|
||||
load_kernel_and_modules
|
||||
?dup if exit then
|
||||
then
|
||||
1 boot exit
|
||||
0 1 boot exit
|
||||
then
|
||||
load_kernel_and_modules
|
||||
?dup 0= if 0 1 boot then
|
||||
|
Loading…
Reference in New Issue
Block a user