![]() |
Max OS 0.3
|
A tag specifying the load addresses of the OS image. 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 | header_addr |
| The physical address of the multiboot header. | |
| multiboot_uint32_t | load_addr |
| The physical address to load the image. | |
| multiboot_uint32_t | load_end_addr |
| The physical address of the end of the loaded image. | |
| multiboot_uint32_t | bss_end_addr |
| The physical address of the end of the bss section. | |
A tag specifying the load addresses of the OS image.
Definition at line 133 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_address::bss_end_addr |
The physical address of the end of the bss section.
Definition at line 140 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_address::flags |
*copydoc multiboot_header_tag::flags
Definition at line 135 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_address::header_addr |
The physical address of the multiboot header.
Definition at line 137 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_address::load_addr |
The physical address to load the image.
Definition at line 138 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_address::load_end_addr |
The physical address of the end of the loaded image.
Definition at line 139 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_address::size |
*copydoc multiboot_header_tag::size
Definition at line 136 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_address::type |
*copydoc multiboot_header_tag::type
Definition at line 134 of file multiboot.h.