FreeNOS
Data Fields
MultibootMemoryMap Struct Reference

The MultiBoot memory map. More...

#include <IntelBoot.h>

Data Fields

u32 size
 
u32 baseAddressLow
 
u32 baseAddressHigh
 
u32 lengthLow
 
u32 lengthHigh
 
u32 type
 

Detailed Description

The MultiBoot memory map.

Note
Be careful that the offset 0 is base_addr_low but no size.

Definition at line 130 of file IntelBoot.h.

Field Documentation

◆ baseAddressHigh

u32 MultibootMemoryMap::baseAddressHigh

Definition at line 134 of file IntelBoot.h.

◆ baseAddressLow

u32 MultibootMemoryMap::baseAddressLow

Definition at line 133 of file IntelBoot.h.

◆ lengthHigh

u32 MultibootMemoryMap::lengthHigh

Definition at line 136 of file IntelBoot.h.

◆ lengthLow

u32 MultibootMemoryMap::lengthLow

Definition at line 135 of file IntelBoot.h.

◆ size

u32 MultibootMemoryMap::size

Definition at line 132 of file IntelBoot.h.

◆ type

u32 MultibootMemoryMap::type

Definition at line 137 of file IntelBoot.h.


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