diff options
| author | Robert Nordier <rnordier@FreeBSD.org> | 2000-09-09 18:05:22 +0000 |
|---|---|---|
| committer | Robert Nordier <rnordier@FreeBSD.org> | 2000-09-09 18:05:22 +0000 |
| commit | 3348fae50d07166e384f97508931428c1a1796d1 (patch) | |
| tree | 1af20796d85cf689d7a3262d563835afc60c763a /sys/boot | |
| parent | 5d4850e720b466433d4fb2e76a28eee718259f96 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot0/boot0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s index 4ef775c9cf4a..90c0e5c1c5b8 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...) |
