Data Fields | |
| struct multiboot_header | mb |
| The actual multiboot header. | |
| size_t | offset |
| Offset of header within the multiboot image. | |
Definition at line 86 of file multiboot.c.
struct multiboot_header multiboot_header_info::mb [read] |
The actual multiboot header.
Definition at line 88 of file multiboot.c.
Referenced by multiboot_find_header(), multiboot_load(), and multiboot_load_raw().
Offset of header within the multiboot image.
Definition at line 90 of file multiboot.c.
Referenced by multiboot_find_header(), and multiboot_load_raw().
1.5.7.1