28 uint8_t partition_type;
35 uint8_t bootstrap_code[446];
36 MbrPartitionEntry partitions[4];
37 uint8_t boot_signature[2];
40static_assert(
sizeof(MasterBootRecord) ==
kSectorSize);
uint32_t size
Definition: io.h:2
int status()
Definition: health.cpp:44
Definition: alloc_driver.h:20
constexpr int kSectorSizeShift
Definition: mbr.h:22
MasterBootRecord ProtectiveMbr(uint64_t size)
Definition: mbr.cc:22
struct __attribute__((__packed__)) tpm_message_header
Definition: in_process_tpm.cpp:52
constexpr int kSectorSize
Definition: mbr.h:23