diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 19:00:38 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 19:00:38 +0000 |
| commit | b2b94bb5024bdf47f8e56570e2e706b036689195 (patch) | |
| tree | f157d1a9b2c6464d952c9a43179185b314914b4c /share/examples/bootforth | |
| parent | c4b16f49fccf3e6032d6e924c0f98d33252f94a0 (diff) | |
Notes
Diffstat (limited to 'share/examples/bootforth')
| -rw-r--r-- | share/examples/bootforth/loader.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index b0fd9ca3035ec..ef0f96063fab6 100644 --- a/share/examples/bootforth/loader.rc +++ b/share/examples/bootforth/loader.rc @@ -1,6 +1,6 @@ \ Example of the file which is automatically loaded by /boot/loader \ on startup. -\ $Id: boot.4th,v 1.1 1998/12/22 12:15:45 abial Exp $ +\ $Id: loader.rc,v 1.1 1999/05/14 18:06:27 dcs Exp $ cr .( Loading Forth extensions:) @@ -26,7 +26,7 @@ s" /boot/menuconf.4th" fopen dup fload fclose \ Initialize loader.4th stuff cr cr .( Initializing loader.4th...) -initialize +initialize drop \ Show the menu cr |
