aboutsummaryrefslogtreecommitdiff
path: root/share/examples/bootforth
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2000-09-05 16:30:09 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2000-09-05 16:30:09 +0000
commit8ac94f5119b6c534c7aedbbaea80d44a6e07227e (patch)
treef231d4380b7831f609c695316ea12c01bb17853a /share/examples/bootforth
parentd762e7af2121ffb4a22daf428f095ea6502aa984 (diff)
downloadsrc-8ac94f5119b6c534c7aedbbaea80d44a6e07227e.tar.gz
src-8ac94f5119b6c534c7aedbbaea80d44a6e07227e.zip
Good thing about these examples is that no one uses them, so they can
stay broken for months without anyone noticing. The boot-conf command was changed as to reproduce the behavior of builtin loader words precisely. As a result, it now always need an argument, possibly 0 indicating that no other arguments are being passed. This broke in a non-deterministic way (ie, it could go on working as if everything was fine).
Notes
Notes: svn path=/head/; revision=65480
Diffstat (limited to 'share/examples/bootforth')
-rw-r--r--share/examples/bootforth/menuconf.4th6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th
index b1548577f498..a769f77e3543 100644
--- a/share/examples/bootforth/menuconf.4th
+++ b/share/examples/bootforth/menuconf.4th
@@ -80,20 +80,20 @@
1 25 at-xy cr
." Loading /boot/stable.conf. Please wait..." cr
s" /boot/stable.conf" read-conf
- boot-conf exit
+ 0 boot-conf exit
then
dup 50 = if
drop
1 25 at-xy cr
." Loading /boot/current.conf. Please wait..." cr
s" /boot/current.conf" read-conf
- boot-conf exit
+ 0 boot-conf exit
then
dup 51 = if
drop
1 25 at-xy cr
." Proceeding with standard boot. Please wait..." cr
- boot-conf exit
+ 0 boot-conf exit
then
dup 52 = if
drop