summaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-31 16:07:00 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-31 16:07:00 +0000
commit0480feef802c0dd1dadcf5dbec5e4e6df29890fa (patch)
tree868a03a596c36d88791e0f6f166860bb5be00302 /sys/boot/forth
parentc5d8f6027e73ec5157ab336603f5d93e31218e99 (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/beastie.4th16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th
index 96b7524c1fd7..f363a9a0ee5e 100644
--- a/sys/boot/forth/beastie.4th
+++ b/sys/boot/forth/beastie.4th
@@ -51,21 +51,21 @@ variable rebootkey
: print-beastie ( x y -- )
2dup at-xy ." , ," 1+
2dup at-xy ." /( )`" 1+
- 2dup at-xy ." \\ \\___ / |" 1+
+ 2dup at-xy ." \ \___ / |" 1+
2dup at-xy ." /- _ `-/ '" 1+
- 2dup at-xy ." (/\\/ \\ \\ /\\" 1+
- 2dup at-xy ." / / | ` \\" 1+
+ 2dup at-xy ." (/\/ \ \ /\" 1+
+ 2dup at-xy ." / / | ` \" 1+
2dup at-xy ." O O ) / |" 1+
2dup at-xy ." `-^--'`< '" 1+
2dup at-xy ." (_.) _ ) /" 1+
2dup at-xy ." `.___/` /" 1+
2dup at-xy ." `-----' /" 1+
- 2dup at-xy ." <----. __ / __ \\" 1+
- 2dup at-xy ." <----|====O)))==) \\) /====" 1+
- 2dup at-xy ." <----' `--' `.__,' \\" 1+
+ 2dup at-xy ." <----. __ / __ \" 1+
+ 2dup at-xy ." <----|====O)))==) \) /====" 1+
+ 2dup at-xy ." <----' `--' `.__,' \" 1+
2dup at-xy ." | |" 1+
- 2dup at-xy ." \\ / /\\" 1+
- 2dup at-xy ." ______( (_ / \\______/" 1+
+ 2dup at-xy ." \ / /\" 1+
+ 2dup at-xy ." ______( (_ / \______/" 1+
2dup at-xy ." ,' ,-----' |" 1+
at-xy ." `--{__________)"
;