eltorito_boot_entry Struct Reference

A bootable entry in the El Torito Boot Catalog. More...


Data Fields

uint8_t indicator
 Boot indicator.
uint8_t media_type
 Media type.
uint16_t load_segment
 Load segment.
uint8_t filesystem
 System type.
uint8_t reserved_a
 Unused.
uint16_t length
 Sector count.
uint32_t start
 Starting sector.
uint8_t reserved_b [20]
 Unused.


Detailed Description

A bootable entry in the El Torito Boot Catalog.

Definition at line 81 of file eltorito.c.


Field Documentation

Boot indicator.

Must be ELTORITO_BOOTABLE for a bootable ISO image

Definition at line 86 of file eltorito.c.

Referenced by eltorito_read_catalog().

Media type.

Definition at line 90 of file eltorito.c.

Referenced by eltorito_read_catalog().

Load segment.

Definition at line 92 of file eltorito.c.

Referenced by eltorito_load(), eltorito_load_disk(), and eltorito_read_catalog().

System type.

Definition at line 94 of file eltorito.c.

Unused.

Definition at line 96 of file eltorito.c.

Sector count.

Definition at line 98 of file eltorito.c.

Referenced by eltorito_load_disk().

Starting sector.

Definition at line 100 of file eltorito.c.

Referenced by eltorito_load_disk().

Unused.

Definition at line 102 of file eltorito.c.


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