Projet

Général

Profil

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

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

1
Index: sys/boot/forth/brand.4th
2
===================================================================
3
--- sys/boot/forth/brand.4th	(revision 256917)
4
+++ sys/boot/forth/brand.4th	(working copy)
5
@@ -33,15 +33,15 @@
6
 2 brandX !
7
 1 brandY !
8
 
9
-: fbsd-logo ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
10
+: fbsd-logo ( x y -- ) \ "pfSense" [wide] logo in B/W (7 rows x 42 columns)
11
 
12
-	2dup at-xy ."  ______               ____   _____ _____  " 1+
13
-	2dup at-xy ." |  ____|             |  _ \ / ____|  __ \ " 1+
14
-	2dup at-xy ." | |___ _ __ ___  ___ | |_) | (___ | |  | |" 1+
15
-	2dup at-xy ." |  ___| '__/ _ \/ _ \|  _ < \___ \| |  | |" 1+
16
-	2dup at-xy ." | |   | | |  __/  __/| |_) |____) | |__| |" 1+
17
-	2dup at-xy ." | |   | | |    |    ||     |      |      |" 1+
18
-	     at-xy ." |_|   |_|  \___|\___||____/|_____/|_____/ "
19
+	2dup at-xy ."          __ ____                          " 1+
20
+	2dup at-xy ."   _ __  / _/ ___|  ___ _ __  ___  ___     " 1+
21
+	2dup at-xy ."  | '_ \| |_\___ \ / _ \ '_ \/ __|/ _ \    " 1+
22
+	2dup at-xy ."  | |_) |  _|___) |  __/ | | \__ \  __/    " 1+
23
+	2dup at-xy ."  | .__/|_| |____/ \___|_| |_|___/\___|    " 1+
24
+	2dup at-xy ."  |_|                                      " 1+
25
+	     at-xy ."                                           "
26
 
27
 	\ Put the cursor back at the bottom
28
 	0 25 at-xy
(9-9/67)