Projet

Général

Profil

Télécharger (494 octets) Statistiques
| Branche: | Révision:

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

1
diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S
2
index 798ee97..ab17088 100644
3
--- a/sys/boot/i386/boot0/boot0.S
4
+++ b/sys/boot/i386/boot0/boot0.S
5
@@ -647,8 +647,8 @@ os_dos:
6
 #endif
7
 os_win:		.ascii "Wi";   .byte 'n'|0x80
8
 os_linux:	.ascii "Linu"; .byte 'x'|0x80
9
-os_freebsd:	.ascii "Free"
10
-os_bsd:		.ascii "BS";   .byte 'D'|0x80
11
+os_freebsd:	.ascii "pfSe"
12
+os_bsd:		.ascii "ns";   .byte 'e'|0x80
13
 #ifndef SAVE_MORE_MEMORY
14
 os_ext:		.ascii "EX";   .byte 'T'|0x80
15
 #endif
(30-30/67)