ReactOS 0.4.15-dev-7924-g5949c20
multiboot_info Struct Reference

#include <multiboot.h>

Collaboration diagram for multiboot_info:

Public Attributes

unsigned long flags
 
unsigned long mem_lower
 
unsigned long mem_upper
 
unsigned long boot_device
 
unsigned long cmdline
 
unsigned long mods_count
 
unsigned long mods_addr
 
union {
   aout_symbol_table_t   aout_sym
 
   elf_section_header_table_t   elf_sec
 
u
 
unsigned long mmap_length
 
unsigned long mmap_addr
 
unsigned long drives_length
 
unsigned long drives_addr
 

Detailed Description

Definition at line 94 of file multiboot.h.

Member Data Documentation

◆ aout_sym

aout_symbol_table_t multiboot_info::aout_sym

Definition at line 105 of file multiboot.h.

◆ boot_device

unsigned long multiboot_info::boot_device

Definition at line 99 of file multiboot.h.

◆ cmdline

unsigned long multiboot_info::cmdline

Definition at line 100 of file multiboot.h.

◆ drives_addr

unsigned long multiboot_info::drives_addr

Definition at line 111 of file multiboot.h.

◆ drives_length

unsigned long multiboot_info::drives_length

Definition at line 110 of file multiboot.h.

◆ elf_sec

elf_section_header_table_t multiboot_info::elf_sec

Definition at line 106 of file multiboot.h.

◆ flags

unsigned long multiboot_info::flags

Definition at line 96 of file multiboot.h.

Referenced by XboxGetFramebufferSize(), and XboxGetMultibootMemoryMap().

◆ mem_lower

unsigned long multiboot_info::mem_lower

Definition at line 97 of file multiboot.h.

◆ mem_upper

unsigned long multiboot_info::mem_upper

Definition at line 98 of file multiboot.h.

◆ mmap_addr

unsigned long multiboot_info::mmap_addr

Definition at line 109 of file multiboot.h.

Referenced by XboxGetFramebufferSize(), and XboxGetMultibootMemoryMap().

◆ mmap_length

unsigned long multiboot_info::mmap_length

Definition at line 108 of file multiboot.h.

Referenced by XboxGetFramebufferSize(), and XboxGetMultibootMemoryMap().

◆ mods_addr

unsigned long multiboot_info::mods_addr

Definition at line 102 of file multiboot.h.

◆ mods_count

unsigned long multiboot_info::mods_count

Definition at line 101 of file multiboot.h.

◆ 

union { ... } multiboot_info::u

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