![]() |
Max OS 0.3
|
A tag containing information of where the OS image can be loaded. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint16_t | type |
| *copydoc multiboot_header_tag::type | |
| multiboot_uint16_t | flags |
| *copydoc multiboot_header_tag::flags | |
| multiboot_uint32_t | size |
| *copydoc multiboot_header_tag::size | |
| multiboot_uint32_t | min_addr |
| The lowest address the image can be loaded at. | |
| multiboot_uint32_t | max_addr |
| The highest address the image can be loaded at. | |
| multiboot_uint32_t | align |
| The alignment of the image. | |
| multiboot_uint32_t | preference |
| The load address preference (0 = none, 1 = low, 2 = high) | |
A tag containing information of where the OS image can be loaded.
Definition at line 192 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_relocatable::align |
The alignment of the image.
Definition at line 198 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_relocatable::flags |
*copydoc multiboot_header_tag::flags
Definition at line 194 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_relocatable::max_addr |
The highest address the image can be loaded at.
Definition at line 197 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_relocatable::min_addr |
The lowest address the image can be loaded at.
Definition at line 196 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_relocatable::preference |
The load address preference (0 = none, 1 = low, 2 = high)
Definition at line 199 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_relocatable::size |
*copydoc multiboot_header_tag::size
Definition at line 195 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_relocatable::type |
*copydoc multiboot_header_tag::type
Definition at line 193 of file multiboot.h.