27/* 0x00 */ u8 status; // Status or physical drive (bit 7 set is for active or bootable, old MBRs only accept 0x80, 0x00 means inactive, and 0x01–0x7F stand for invalid)
28/* 0x01 */ u8 chs_first_lba[3]; // CHS address of first absolute sector in partition
29/* 0x04 */ u8 partition_type; // Type of partition, see: https://en.wikipedia.org/wiki/Partition_type
30/* 0x05 */ u8 chs_last_lba[3]; // CHS address of last absolute sector in partition
31/* 0x08 */ u32 first_lba; // LBA of first absolute sector in the partition
32/* 0x0C */ u32 sector_count; // Number of sectors in partition
39/* 0xDA */ u8 disk_timestamp[6]; // Disk timestamp (optional; Windows 95B/98/98SE/ME (MS-DOS 7.1–8.0). Alternatively, can serve as OEM loader signature with NEWLDR)
40/* 0xE0 */ u8 bootstrap_code2[216]; // Bootstrap code area (part 2, code entry at 0x0000)
41/* 0x1B8 */ u32 disk_signature; // Disk signature (optional; UEFI, Linux, Windows NT family and other OSes)
42/* 0x1BC */ u16 copy_protection; // 0x0000 (0x5A5A if copy-protected)