![]() |
Max OS 0.3
|
Common header for all multiboot header tags. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint16_t | type |
| The type of the tag. | |
| multiboot_uint16_t | flags |
| Flags (must be 0) | |
| multiboot_uint32_t | size |
| The size of the tag including this header. | |
Common header for all multiboot header tags.
Definition at line 112 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag::flags |
Flags (must be 0)
Definition at line 114 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag::size |
The size of the tag including this header.
Definition at line 115 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag::type |
The type of the tag.
Definition at line 113 of file multiboot.h.