summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-20 20:28:18 +0000
committerjhb <jhb@FreeBSD.org>2003-11-20 20:28:18 +0000
commita546add4a31f7740ba1e4009301f0ce3453854ca (patch)
treeaff96f766998b46a90561c9e2e327a83f1d366d5
parent6164d7c280688f20cf827e8374984c6e0175fab0 (diff)
downloadFreeBSD-src-a546add4a31f7740ba1e4009301f0ce3453854ca.zip
FreeBSD-src-a546add4a31f7740ba1e4009301f0ce3453854ca.tar.gz
Update the size of the OS string table that wasn't updated in the previous
commit that removed the UNIX entry. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> Approved by: re (rwatson)
-rw-r--r--sys/boot/i386/boot0/boot0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s
index eb4ddcc..9513d96 100644
--- a/sys/boot/i386/boot0/boot0.s
+++ b/sys/boot/i386/boot0/boot0.s
@@ -25,7 +25,7 @@
.set PRT_OFF,0x1be # Partition table
.set TBL0SZ,0x3 # Table 0 size
- .set TBL1SZ,0xc # Table 1 size
+ .set TBL1SZ,0xb # Table 1 size
.set MAGIC,0xaa55 # Magic: bootable
.set B0MAGIC,0xbb66 # Identification
OpenPOWER on IntegriCloud