Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | BootEntry |
UINT64 | PartitionStart |
UINT64 | PartitionSize |
Boot Entry number from the Boot Catalog. The Initial/Default entry is defined as zero.
Referenced by DevPathFromTextCDROM(), and DevPathToTextCDROM().
Size of the partition in units of Blocks, also called Sectors.
Referenced by DevPathFromTextCDROM(), and DevPathToTextCDROM().
Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.
Referenced by DevPathFromTextCDROM(), and DevPathToTextCDROM().