iPXE
|
An El Torito Boot Record Volume Descriptor (fixed portion) More...
#include <eltorito.h>
Data Fields | |
uint8_t | type |
Descriptor type. More... | |
uint8_t | id [5] |
Identifier ("CD001") More... | |
uint8_t | version |
Version, must be 1. More... | |
uint8_t | system_id [32] |
Boot system indicator; must be "EL TORITO SPECIFICATION". More... | |
An El Torito Boot Record Volume Descriptor (fixed portion)
Definition at line 17 of file eltorito.h.
uint8_t eltorito_descriptor_fixed::type |
uint8_t eltorito_descriptor_fixed::id[5] |
Identifier ("CD001")
Definition at line 21 of file eltorito.h.
uint8_t eltorito_descriptor_fixed::version |
Version, must be 1.
Definition at line 23 of file eltorito.h.
uint8_t eltorito_descriptor_fixed::system_id[32] |
Boot system indicator; must be "EL TORITO SPECIFICATION".
Definition at line 25 of file eltorito.h.