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

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.
 

Detailed Description

A tag containing the load base address of the OS image.

Definition at line 505 of file multiboot.h.

Member Data Documentation

◆ load_base_addr

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.

◆ size

multiboot_uint32_t multiboot_tag_load_base_addr::size

*copydoc multiboot_tag::size

Definition at line 507 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_load_base_addr::type

*copydoc multiboot_tag::type

Definition at line 506 of file multiboot.h.


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