iPXE
Data Fields
eltorito_boot_entry Struct Reference

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

#include <eltorito.h>

Data Fields

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

Detailed Description

A bootable entry in the El Torito Boot Catalog.

Definition at line 70 of file eltorito.h.

Field Documentation

◆ indicator

uint8_t eltorito_boot_entry::indicator

Boot indicator.

Must be ELTORITO_BOOTABLE for a bootable ISO image

Definition at line 75 of file eltorito.h.

◆ media_type

uint8_t eltorito_boot_entry::media_type

Media type.

Definition at line 79 of file eltorito.h.

◆ load_segment

uint16_t eltorito_boot_entry::load_segment

Load segment.

Definition at line 81 of file eltorito.h.

◆ filesystem

uint8_t eltorito_boot_entry::filesystem

System type.

Definition at line 83 of file eltorito.h.

◆ reserved_a

uint8_t eltorito_boot_entry::reserved_a

Unused.

Definition at line 85 of file eltorito.h.

◆ length

uint16_t eltorito_boot_entry::length

Sector count.

Definition at line 87 of file eltorito.h.

◆ start

uint32_t eltorito_boot_entry::start

Starting sector.

Definition at line 89 of file eltorito.h.

◆ reserved_b

uint8_t eltorito_boot_entry::reserved_b[20]

Unused.

Definition at line 91 of file eltorito.h.


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