ReactOS 0.4.15-dev-7934-g1dc8d80
multiboot_header Struct Reference

#include <multiboot.h>

Public Attributes

unsigned long magic
 
unsigned long flags
 
unsigned long checksum
 
unsigned long header_addr
 
unsigned long load_addr
 
unsigned long load_end_addr
 
unsigned long bss_end_addr
 
unsigned long entry_addr
 

Detailed Description

Definition at line 63 of file multiboot.h.

Member Data Documentation

◆ bss_end_addr

unsigned long multiboot_header::bss_end_addr

Definition at line 71 of file multiboot.h.

◆ checksum

unsigned long multiboot_header::checksum

Definition at line 67 of file multiboot.h.

◆ entry_addr

unsigned long multiboot_header::entry_addr

Definition at line 72 of file multiboot.h.

◆ flags

unsigned long multiboot_header::flags

Definition at line 66 of file multiboot.h.

◆ header_addr

unsigned long multiboot_header::header_addr

Definition at line 68 of file multiboot.h.

◆ load_addr

unsigned long multiboot_header::load_addr

Definition at line 69 of file multiboot.h.

◆ load_end_addr

unsigned long multiboot_header::load_end_addr

Definition at line 70 of file multiboot.h.

◆ magic

unsigned long multiboot_header::magic

Definition at line 65 of file multiboot.h.


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