iPXE
Data Fields
eltorito_descriptor_fixed Struct Reference

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

Detailed Description

An El Torito Boot Record Volume Descriptor (fixed portion)

Definition at line 17 of file eltorito.h.

Field Documentation

◆ type

uint8_t eltorito_descriptor_fixed::type

Descriptor type.

Definition at line 19 of file eltorito.h.

Referenced by int13_parse_eltorito().

◆ id

uint8_t eltorito_descriptor_fixed::id[5]

Identifier ("CD001")

Definition at line 21 of file eltorito.h.

◆ version

uint8_t eltorito_descriptor_fixed::version

Version, must be 1.

Definition at line 23 of file eltorito.h.

◆ system_id

uint8_t eltorito_descriptor_fixed::system_id[32]

Boot system indicator; must be "EL TORITO SPECIFICATION".

Definition at line 25 of file eltorito.h.


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