diff options
Diffstat (limited to 'roms/SLOF/slof/fs/client.fs')
-rw-r--r-- | roms/SLOF/slof/fs/client.fs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/SLOF/slof/fs/client.fs b/roms/SLOF/slof/fs/client.fs index 1b2bb0326..7d537a668 100644 --- a/roms/SLOF/slof/fs/client.fs +++ b/roms/SLOF/slof/fs/client.fs @@ -282,6 +282,18 @@ ALSO client-voc DEFINITIONS ; \ +\ Standard for Boot, defined in 6.3.2.5: +\ +: boot ( zstr -- ) + zcount + debug-client-interface? IF + ." ci: boot " 2dup type cr + THEN + " boot " 2swap $cat " boot-command" $setenv (nvupdate) + reset-all +; + +\ \ User Interface, defined in 6.3.2.6 \ : interpret ( ... zstr -- result ... ) |