CDROM_DEVICE_PATH

The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.

Members

Variables

BootEntry
UINT32 BootEntry;

Boot Entry number from the Boot Catalog. The Initial/Default entry is defined as zero.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
PartitionSize
UINT64 PartitionSize;

Size of the partition in units of Blocks, also called Sectors.

PartitionStart
UINT64 PartitionStart;

Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.

Meta