![]() |
Max OS 0.3
|
A tag containing the load base address of the OS image. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint32_t | type |
| *copydoc multiboot_tag::type | |
| multiboot_uint32_t | size |
| *copydoc multiboot_tag::size | |
| multiboot_uint32_t | load_base_addr |
| Where the OS image was loaded. | |
A tag containing the load base address of the OS image.
Definition at line 505 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_load_base_addr::load_base_addr |
Where the OS image was loaded.
Definition at line 508 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_load_base_addr::size |
*copydoc multiboot_tag::size
Definition at line 507 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_load_base_addr::type |
*copydoc multiboot_tag::type
Definition at line 506 of file multiboot.h.