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

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.
 

Detailed Description

A tag specifying the entry point address of the OS image.

Definition at line 147 of file multiboot.h.

Member Data Documentation

◆ entry_addr

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.

◆ flags

multiboot_uint16_t multiboot_header_tag_entry_address::flags

*copydoc multiboot_header_tag::flags

Definition at line 149 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_header_tag_entry_address::size

*copydoc multiboot_header_tag::size

Definition at line 150 of file multiboot.h.

◆ type

multiboot_uint16_t multiboot_header_tag_entry_address::type

*copydoc multiboot_header_tag::type

Definition at line 148 of file multiboot.h.


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