iPXE
|
Bootable CD-ROM specification packet. More...
#include <int13.h>
Data Fields | |
uint8_t | size |
Size of packet in bytes. More... | |
uint8_t | media_type |
Boot media type. More... | |
uint8_t | drive |
Drive number. More... | |
uint8_t | controller |
CD-ROM controller number. More... | |
uint32_t | lba |
LBA of disk image to emulate. More... | |
uint16_t | device |
Device specification. More... | |
uint16_t | cache_segment |
Segment of 3K buffer for caching CD-ROM reads. More... | |
uint16_t | load_segment |
Load segment for initial boot image. More... | |
uint16_t | load_sectors |
Number of 512-byte sectors to load. More... | |
uint8_t | cyl |
Low 8 bits of cylinder number. More... | |
uint8_t | cyl_sector |
Sector number, plus high 2 bits of cylinder number. More... | |
uint8_t | head |
Head number. More... | |