aboutsummaryrefslogtreecommitdiff
path: root/board-js2x
diff options
context:
space:
mode:
Diffstat (limited to 'board-js2x')
-rw-r--r--board-js2x/slof/OF.fs6
1 files changed, 6 insertions, 0 deletions
diff --git a/board-js2x/slof/OF.fs b/board-js2x/slof/OF.fs
index f342d2f..f8cde85 100644
--- a/board-js2x/slof/OF.fs
+++ b/board-js2x/slof/OF.fs
@@ -541,6 +541,12 @@ cr
\ this CATCH is to ensure the code bellow always executes: boot may ABORT!
' start-it CATCH drop
+: boot
+ boot
+ \ When we return from boot print the banner again.
+ .banner
+;
+
#include <history.fs>
nvram-history? [IF]
." loading shell history .. "