![]() |
Max OS 0.3
|
Contains the Multiboot 2 header information. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint32_t | magic |
| The magic number identifying the header (Must be MULTIBOOT2_HEADER_MAGIC) | |
| multiboot_uint32_t | architecture |
| The architecture the OS image is for. | |
| multiboot_uint32_t | header_length |
| Total length of the multiboot header. | |
| multiboot_uint32_t | checksum |
| The fields of this structure added together must equal 0 mod 2^32. | |
Contains the Multiboot 2 header information.
Definition at line 101 of file multiboot.h.
| multiboot_uint32_t multiboot_header::architecture |
The architecture the OS image is for.
Definition at line 103 of file multiboot.h.
| multiboot_uint32_t multiboot_header::checksum |
The fields of this structure added together must equal 0 mod 2^32.
Definition at line 105 of file multiboot.h.
| multiboot_uint32_t multiboot_header::header_length |
Total length of the multiboot header.
Definition at line 104 of file multiboot.h.
| multiboot_uint32_t multiboot_header::magic |
The magic number identifying the header (Must be MULTIBOOT2_HEADER_MAGIC)
Definition at line 102 of file multiboot.h.