20 #define MBR_BOOT_SIGNATURE 0xAA55
22 #define MBR_PART_TYPE_GPT_PROTECTIVE_MBR 0xEE // Indicates the MBR is 'protective' only and the actual format is GPT
33 } mbr_partition_entry;
38 u8 bootstrap_code1[218];
40 u8 bootstrap_code2[216];
43 mbr_partition_entry primary_partitions[4];
47 #endif // _MBR_TYPES_H