TianoCore EDK2 master
Loading...
Searching...
No Matches
MASTER_BOOT_RECORD Struct Reference

#include <MdePkg/Include/IndustryStandard/Mbr.h>

Data Fields

UINT8 BootStrapCode [440]
 
UINT8 UniqueMbrSignature [4]
 
UINT8 Unknown [2]
 
MBR_PARTITION_RECORD Partition [MAX_MBR_PARTITIONS]
 
UINT16 Signature
 

Detailed Description

MBR Partition Table

Definition at line 44 of file Mbr.h.

Field Documentation

◆ BootStrapCode

UINT8 MASTER_BOOT_RECORD::BootStrapCode[440]

Definition at line 45 of file Mbr.h.

◆ Partition

MBR_PARTITION_RECORD MASTER_BOOT_RECORD::Partition[MAX_MBR_PARTITIONS]

Definition at line 48 of file Mbr.h.

◆ Signature

UINT16 MASTER_BOOT_RECORD::Signature

Definition at line 49 of file Mbr.h.

◆ UniqueMbrSignature

UINT8 MASTER_BOOT_RECORD::UniqueMbrSignature[4]

Definition at line 46 of file Mbr.h.

◆ Unknown

UINT8 MASTER_BOOT_RECORD::Unknown[2]

Definition at line 47 of file Mbr.h.


The documentation for this struct was generated from the following file: