Projet

Général

Profil

Télécharger (1,75 ko) Statistiques
| Branche: | Révision:

univnautes-tools / patches / stable / 10 / beastie.4th.diff @ 4ab3b90b

1
Index: sys/boot/forth/beastie.4th
2
===================================================================
3
--- sys/boot/forth/beastie.4th	(revision 256917)
4
+++ sys/boot/forth/beastie.4th	(working copy)
5
@@ -151,21 +150,20 @@
6
 
7
 	3 + \ beastie adjustment (see `fbsdbw-logo' comments above)
8
 
9
-	2dup at-xy ."  ```                        `" 1+
10
-	2dup at-xy ." s` `.....---.......--.```   -/" 1+
11
-	2dup at-xy ." +o   .--`         /y:`      +." 1+
12
-	2dup at-xy ."  yo`:.            :o      `+-" 1+
13
-	2dup at-xy ."   y/               -/`   -o/" 1+
14
-	2dup at-xy ."  .-                  ::/sy+:." 1+
15
-	2dup at-xy ."  /                     `--  /" 1+
16
-	2dup at-xy ." `:                          :`" 1+
17
-	2dup at-xy ." `:                          :`" 1+
18
-	2dup at-xy ."  /                          /" 1+
19
-	2dup at-xy ."  .-                        -." 1+
20
-	2dup at-xy ."   --                      -." 1+
21
-	2dup at-xy ."    `:`                  `:`" 1+
22
-	2dup at-xy ."      .--             `--." 1+
23
-	     at-xy ."         .---.....----."
24
+	2dup at-xy ."                              " 1+
25
+	2dup at-xy ."                             " 1+
26
+	2dup at-xy ."                             " 1+
27
+	2dup at-xy ."                 ______         " 1+
28
+	2dup at-xy ."                /      \        " 1+
29
+	2dup at-xy ."          _____/    f   \       " 1+
30
+	2dup at-xy ."         /     \        /       " 1+
31
+	2dup at-xy ."        /   p   \______/  Sense " 1+
32
+	2dup at-xy ."        \       /      \        " 1+
33
+	2dup at-xy ."         \_____/        \       " 1+
34
+	2dup at-xy ."               \        /       " 1+
35
+	2dup at-xy ."                \______/        " 1+
36
+	2dup at-xy ."                             " 1+
37
+	     at-xy ."                             "
38
 
39
  	\ Put the cursor back at the bottom
40
  	0 25 at-xy
(7-7/67)