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

A tag containing information of where the OS image can be loaded. 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 min_addr
 The lowest address the image can be loaded at.
 
multiboot_uint32_t max_addr
 The highest address the image can be loaded at.
 
multiboot_uint32_t align
 The alignment of the image.
 
multiboot_uint32_t preference
 The load address preference (0 = none, 1 = low, 2 = high)
 

Detailed Description

A tag containing information of where the OS image can be loaded.

Definition at line 192 of file multiboot.h.

Member Data Documentation

◆ align

multiboot_uint32_t multiboot_header_tag_relocatable::align

The alignment of the image.

Definition at line 198 of file multiboot.h.

◆ flags

multiboot_uint16_t multiboot_header_tag_relocatable::flags

*copydoc multiboot_header_tag::flags

Definition at line 194 of file multiboot.h.

◆ max_addr

multiboot_uint32_t multiboot_header_tag_relocatable::max_addr

The highest address the image can be loaded at.

Definition at line 197 of file multiboot.h.

◆ min_addr

multiboot_uint32_t multiboot_header_tag_relocatable::min_addr

The lowest address the image can be loaded at.

Definition at line 196 of file multiboot.h.

◆ preference

multiboot_uint32_t multiboot_header_tag_relocatable::preference

The load address preference (0 = none, 1 = low, 2 = high)

Definition at line 199 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_header_tag_relocatable::size

*copydoc multiboot_header_tag::size

Definition at line 195 of file multiboot.h.

◆ type

multiboot_uint16_t multiboot_header_tag_relocatable::type

*copydoc multiboot_header_tag::type

Definition at line 193 of file multiboot.h.


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