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

Contains the Multiboot 2 header information. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t magic
 The magic number identifying the header (Must be MULTIBOOT2_HEADER_MAGIC)
 
multiboot_uint32_t architecture
 The architecture the OS image is for.
 
multiboot_uint32_t header_length
 Total length of the multiboot header.
 
multiboot_uint32_t checksum
 The fields of this structure added together must equal 0 mod 2^32.
 

Detailed Description

Contains the Multiboot 2 header information.

Definition at line 101 of file multiboot.h.

Member Data Documentation

◆ architecture

multiboot_uint32_t multiboot_header::architecture

The architecture the OS image is for.

Definition at line 103 of file multiboot.h.

◆ checksum

multiboot_uint32_t multiboot_header::checksum

The fields of this structure added together must equal 0 mod 2^32.

Definition at line 105 of file multiboot.h.

◆ header_length

multiboot_uint32_t multiboot_header::header_length

Total length of the multiboot header.

Definition at line 104 of file multiboot.h.

◆ magic

multiboot_uint32_t multiboot_header::magic

The magic number identifying the header (Must be MULTIBOOT2_HEADER_MAGIC)

Definition at line 102 of file multiboot.h.


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