![]() |
Max OS 0.3
|
A tag specifying the entry point address 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 | entry_addr |
| The physical address of the entry point. | |
A tag specifying the entry point address of the OS image.
Definition at line 147 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_entry_address::entry_addr |
The physical address of the entry point.
Definition at line 151 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_entry_address::flags |
*copydoc multiboot_header_tag::flags
Definition at line 149 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_entry_address::size |
*copydoc multiboot_header_tag::size
Definition at line 150 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_entry_address::type |
*copydoc multiboot_header_tag::type
Definition at line 148 of file multiboot.h.