eltorito_vol_desc Struct Reference

An El Torito Boot Record Volume Descriptor. More...


Data Fields

uint8_t record_indicator
 Boot record indicator; must be 0.
uint8_t iso9660_id [5]
 ISO-9660 identifier; must be "CD001".
uint8_t version
 Version, must be 1.
uint8_t system_indicator [32]
 Boot system indicator; must be "EL TORITO SPECIFICATION".
uint8_t unused [32]
 Unused.
uint32_t sector
 Boot catalog sector.


Detailed Description

An El Torito Boot Record Volume Descriptor.

Definition at line 44 of file eltorito.c.


Field Documentation

Boot record indicator; must be 0.

Definition at line 46 of file eltorito.c.

Referenced by eltorito_read_voldesc().

ISO-9660 identifier; must be "CD001".

Definition at line 48 of file eltorito.c.

Version, must be 1.

Definition at line 50 of file eltorito.c.

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

Definition at line 52 of file eltorito.c.

Unused.

Definition at line 54 of file eltorito.c.

Boot catalog sector.

Definition at line 56 of file eltorito.c.

Referenced by eltorito_read_voldesc().


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

Generated on Tue Apr 6 20:02:04 2010 for gPXE by  doxygen 1.5.7.1