From a546add4a31f7740ba1e4009301f0ce3453854ca Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 20 Nov 2003 20:28:18 +0000 Subject: 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 Approved by: re (rwatson) --- sys/boot/i386/boot0/boot0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1