--- /usr/src/sys/boot/i386/boot0/boot0.s Mon Sep 20 23:40:48 1999 +++ boot0.s Sat Jul 1 10:26:42 2000 @@ -24,7 +24,7 @@ .set PRT_OFF,0x1be # Partition table - .set TBL0SZ,0x3 # Table 0 size + .set TBL0SZ,0x4 # Table 0 size .set TBL1SZ,0xb # Table 1 size .set MAGIC,0xaa55 # Magic: bootable @@ -231,7 +231,7 @@ # Partition type tables tables: - .byte 0x0, 0x5, 0xf + .byte 0x0, 0x5, 0xf, 0xa0 .byte 0x1, 0x4, 0x6, 0xb, 0xc, 0xe, 0x63, 0x83 .byte 0xa5, 0xa6, 0xa9