iPXE
|
A bootable entry in the El Torito Boot Catalog. More...
#include <eltorito.h>
Data Fields | |
uint8_t | indicator |
Boot indicator. More... | |
uint8_t | media_type |
Media type. More... | |
uint16_t | load_segment |
Load segment. More... | |
uint8_t | filesystem |
System type. More... | |
uint8_t | reserved_a |
Unused. More... | |
uint16_t | length |
Sector count. More... | |
uint32_t | start |
Starting sector. More... | |
uint8_t | reserved_b [20] |
Unused. More... | |
A bootable entry in the El Torito Boot Catalog.
Definition at line 70 of file eltorito.h.
uint8_t eltorito_boot_entry::indicator |
Boot indicator.
Must be ELTORITO_BOOTABLE
for a bootable ISO image
Definition at line 75 of file eltorito.h.
uint8_t eltorito_boot_entry::media_type |
Media type.
Definition at line 79 of file eltorito.h.
uint16_t eltorito_boot_entry::load_segment |
Load segment.
Definition at line 81 of file eltorito.h.
uint8_t eltorito_boot_entry::filesystem |
System type.
Definition at line 83 of file eltorito.h.
uint8_t eltorito_boot_entry::reserved_a |
Unused.
Definition at line 85 of file eltorito.h.
uint16_t eltorito_boot_entry::length |
Sector count.
Definition at line 87 of file eltorito.h.
uint32_t eltorito_boot_entry::start |
Starting sector.
Definition at line 89 of file eltorito.h.
uint8_t eltorito_boot_entry::reserved_b[20] |
Unused.
Definition at line 91 of file eltorito.h.