--- /usr/src/sys/boot/i386/boot0/boot0.s Tue Dec 19 09:32:19 2000 +++ boot0.s Fri Jun 1 06:58:09 2001 @@ -24,7 +24,7 @@ .set PRT_OFF,0x1be # Partition table - .set TBL0SZ,0x3 # Table 0 size + .set TBL0SZ,0x4 # Table 0 size .set TBL1SZ,0xc # Table 1 size .set MAGIC,0xaa55 # Magic: bootable @@ -360,7 +360,7 @@ # # These entries identify invalid or NON BOOT types and partitions. # - .byte 0x0, 0x5, 0xf + .byte 0x0, 0x5, 0xf, 0xa0 # # These values indicate bootable types we know the names of #