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

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

Data Fields

UINT8 BootIndicator
 
UINT8 StartHead
 
UINT8 StartSector
 
UINT8 StartTrack
 
UINT8 OSIndicator
 
UINT8 EndHead
 
UINT8 EndSector
 
UINT8 EndTrack
 
UINT8 StartingLBA [4]
 
UINT8 SizeInLBA [4]
 

Detailed Description

MBR Partition Entry

Definition at line 28 of file Mbr.h.

Field Documentation

◆ BootIndicator

UINT8 MBR_PARTITION_RECORD::BootIndicator

Definition at line 29 of file Mbr.h.

◆ EndHead

UINT8 MBR_PARTITION_RECORD::EndHead

Definition at line 34 of file Mbr.h.

◆ EndSector

UINT8 MBR_PARTITION_RECORD::EndSector

Definition at line 35 of file Mbr.h.

◆ EndTrack

UINT8 MBR_PARTITION_RECORD::EndTrack

Definition at line 36 of file Mbr.h.

◆ OSIndicator

UINT8 MBR_PARTITION_RECORD::OSIndicator

Definition at line 33 of file Mbr.h.

◆ SizeInLBA

UINT8 MBR_PARTITION_RECORD::SizeInLBA[4]

Definition at line 38 of file Mbr.h.

◆ StartHead

UINT8 MBR_PARTITION_RECORD::StartHead

Definition at line 30 of file Mbr.h.

◆ StartingLBA

UINT8 MBR_PARTITION_RECORD::StartingLBA[4]

Definition at line 37 of file Mbr.h.

◆ StartSector

UINT8 MBR_PARTITION_RECORD::StartSector

Definition at line 31 of file Mbr.h.

◆ StartTrack

UINT8 MBR_PARTITION_RECORD::StartTrack

Definition at line 32 of file Mbr.h.


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