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);
int status()
Definition: health.cpp:42
uint32_t size
Definition: io.h:2
Definition: alloc_utils.cpp:23
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:50
constexpr int kSectorSize
Definition: mbr.h:23