summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.4th
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-09-16 20:20:44 +0000
committerdcs <dcs@FreeBSD.org>2000-09-16 20:20:44 +0000
commitd7b65e0dab2dbd99532c36cf5f054c2015299405 (patch)
treee43a7ace997268b424148f17814d617a30c7066b /sys/boot/forth/loader.4th
parent30ccffb914d29bc393275ede72956c1730043dc6 (diff)
downloadFreeBSD-src-d7b65e0dab2dbd99532c36cf5f054c2015299405.zip
FreeBSD-src-d7b65e0dab2dbd99532c36cf5f054c2015299405.tar.gz
Solve a name clash.
Add something to help debugging.
Diffstat (limited to 'sys/boot/forth/loader.4th')
-rw-r--r--sys/boot/forth/loader.4th8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index 69a1614..3ac4bf7 100644
--- a/sys/boot/forth/loader.4th
+++ b/sys/boot/forth/loader.4th
@@ -66,26 +66,26 @@ only forth also support-functions also builtins definitions
0 1 unload drop
else
s" kernelname" getenv? 0= if ( no kernel has been loaded )
- load_conf
+ load_kernel_and_modules
?dup if exit then
then
1 boot exit
then
else
s" kernelname" getenv? 0= if ( no kernel has been loaded )
- load_conf
+ load_kernel_and_modules
?dup if exit then
then
1 boot exit
then
- load_conf
+ load_kernel_and_modules
?dup 0= if 0 1 boot then
;
: boot-conf
0= if ( interpreted ) get-arguments then
0 1 unload drop
- load_conf
+ load_kernel_and_modules
?dup 0= if 0 1 autoboot then
;
OpenPOWER on IntegriCloud