iPXE
Data Fields
eltorito_validation_entry Struct Reference

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...
 

Detailed Description

An El Torito Boot Catalog Validation Entry.

Definition at line 42 of file eltorito.h.

Field Documentation

◆ header_id

uint8_t eltorito_validation_entry::header_id

Header ID; must be 1.

Definition at line 44 of file eltorito.h.

◆ platform_id

uint8_t eltorito_validation_entry::platform_id

Platform ID.

0 = 80x86 1 = PowerPC 2 = Mac

Definition at line 51 of file eltorito.h.

◆ reserved

uint16_t eltorito_validation_entry::reserved

Reserved.

Definition at line 53 of file eltorito.h.

◆ id_string

uint8_t eltorito_validation_entry::id_string[24]

ID string.

Definition at line 55 of file eltorito.h.

◆ checksum

uint16_t eltorito_validation_entry::checksum

Checksum word.

Definition at line 57 of file eltorito.h.

◆ signature

uint16_t eltorito_validation_entry::signature

Signature; must be 0xaa55.

Definition at line 59 of file eltorito.h.


The documentation for this struct was generated from the following file: