From 42c0616fdd333d05f0ba08566b790d1b57cd4f5a Mon Sep 17 00:00:00 2001 From: dcs Date: Tue, 5 Sep 2000 16:30:09 +0000 Subject: 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). --- share/examples/bootforth/menuconf.4th | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/examples/bootforth') diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th index b154857..a769f77 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 -- cgit v1.1