iPXE
|
A multiboot header descriptor. More...
Data Fields | |
struct multiboot_header | mb |
The actual multiboot header. More... | |
size_t | offset |
Offset of header within the multiboot image. More... | |
A multiboot header descriptor.
Definition at line 91 of file multiboot.c.
struct multiboot_header multiboot_header_info::mb |
The actual multiboot header.
Definition at line 93 of file multiboot.c.
size_t multiboot_header_info::offset |
Offset of header within the multiboot image.
Definition at line 95 of file multiboot.c.