1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Correct BSD/OS slice type.

PR:           21099
Submitted by: Alan Clegg <abc@bsdi.com>
This commit is contained in:
Robert Nordier 2000-09-09 18:05:22 +00:00
parent 5d4850e720
commit 3348fae50d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65640

View File

@ -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...)