Max OS 0.3
Loading...
Searching...
No Matches
multiboot_header_tag Struct Reference

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.
 

Detailed Description

Common header for all multiboot header tags.

Definition at line 112 of file multiboot.h.

Member Data Documentation

◆ flags

multiboot_uint16_t multiboot_header_tag::flags

Flags (must be 0)

Definition at line 114 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_header_tag::size

The size of the tag including this header.

Definition at line 115 of file multiboot.h.

◆ type

multiboot_uint16_t multiboot_header_tag::type

The type of the tag.

Definition at line 113 of file multiboot.h.


The documentation for this struct was generated from the following file: