summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-05-31 16:07:00 +0000
committerscottl <scottl@FreeBSD.org>2003-05-31 16:07:00 +0000
commit317c5e945e1521401ac17e03fc46cdc188887d90 (patch)
tree868a03a596c36d88791e0f6f166860bb5be00302 /sys/boot
parent08bbf330c3deeeb29f24e94fe390dd1a3fd8a45c (diff)
downloadFreeBSD-src-317c5e945e1521401ac17e03fc46cdc188887d90.zip
FreeBSD-src-317c5e945e1521401ac17e03fc46cdc188887d90.tar.gz
Man, I'm not on the ball. 4th does not need to escape '\' chars. This
should make our beloved friend look less like he has a massive head wound.
Diffstat (limited to 'sys/boot')
-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 96b7524..f363a9a 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 ." `--{__________)"
;
OpenPOWER on IntegriCloud