summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>2000-09-09 18:05:22 +0000
committerrnordier <rnordier@FreeBSD.org>2000-09-09 18:05:22 +0000
commit7c1f999d2f0e4b645c1873b80a45047a0913fc41 (patch)
treef2e922256a85a9e571ae0b4ae43e5ef75019d58d /sys
parent371e5462ed5d566c08d1f6b9fcc6dc13d0cf7739 (diff)
downloadFreeBSD-src-7c1f999d2f0e4b645c1873b80a45047a0913fc41.zip
FreeBSD-src-7c1f999d2f0e4b645c1873b80a45047a0913fc41.tar.gz
Correct BSD/OS slice type.
PR: 21099 Submitted by: Alan Clegg <abc@bsdi.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/boot0/boot0.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s
index 4ef775c..90c0e5c 100644
--- a/sys/boot/i386/boot0/boot0.s
+++ b/sys/boot/i386/boot0/boot0.s
@@ -443,7 +443,7 @@ table0_end:
# These values indicate bootable types we know the names of
#
table1: .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x63, 0x83
- .byte 0xa5, 0xa6, 0xa9, 0xb7
+ .byte 0x9f, 0xa5, 0xa6, 0xa9
table1_end:
#
# These are offsets that match the known names above and point to the strings
@@ -459,10 +459,10 @@ table1_end:
.byte os_windows-. # Windows
.byte os_unix-. # UNIX
.byte os_linux-. # Linux
+ .byte os_bsdos-. # BSD/OS
.byte os_freebsd-. # FreeBSD
.byte os_openbsd-. # OpenBSD
.byte os_netbsd-. # NetBSD
- .byte os_bsdos-. # BSD/OS
#
# And here are the strings themselves. 0x80 or'd into a byte indicates
# the end of the string. (not so great for Russians but...)
OpenPOWER on IntegriCloud