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:
Daniel C. Sobral 2000-09-25 11:18:02 +00:00
parent 09e0ff09c1
commit a360c980c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66346

View File

@ -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