iPXE
|
An El Torito Boot Catalog Validation Entry. More...
#include <eltorito.h>
Data Fields | |
uint8_t | header_id |
Header ID; must be 1. More... | |
uint8_t | platform_id |
Platform ID. More... | |
uint16_t | reserved |
Reserved. More... | |
uint8_t | id_string [24] |
ID string. More... | |
uint16_t | checksum |
Checksum word. More... | |
uint16_t | signature |
Signature; must be 0xaa55. More... | |
An El Torito Boot Catalog Validation Entry.
Definition at line 42 of file eltorito.h.
uint8_t eltorito_validation_entry::header_id |
Header ID; must be 1.
Definition at line 44 of file eltorito.h.
uint8_t eltorito_validation_entry::platform_id |
uint16_t eltorito_validation_entry::reserved |
Reserved.
Definition at line 53 of file eltorito.h.
uint8_t eltorito_validation_entry::id_string[24] |
ID string.
Definition at line 55 of file eltorito.h.
uint16_t eltorito_validation_entry::checksum |
Checksum word.
Definition at line 57 of file eltorito.h.
uint16_t eltorito_validation_entry::signature |
Signature; must be 0xaa55.
Definition at line 59 of file eltorito.h.