Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
Data Fields
multiboot_memory_map Struct Reference

Memory map structure. More...

#include <multiboot.h>

Data Fields

unsigned int size
 Size of this entry. More...
 
unsigned int base_addr_low
 Lower bytes of the base address. More...
 
unsigned int base_addr_high
 Higher bytes of the base address. More...
 
unsigned int length_low
 Lower bytes of the length. More...
 
unsigned int length_high
 Higher bytes of the length. More...
 
unsigned int type
 Memory type. More...
 

Detailed Description

Memory map structure.

Field Documentation

◆ base_addr_high

unsigned int multiboot_memory_map::base_addr_high

Higher bytes of the base address.

◆ base_addr_low

unsigned int multiboot_memory_map::base_addr_low

Lower bytes of the base address.

◆ length_high

unsigned int multiboot_memory_map::length_high

Higher bytes of the length.

◆ length_low

unsigned int multiboot_memory_map::length_low

Lower bytes of the length.

◆ size

unsigned int multiboot_memory_map::size

Size of this entry.

◆ type

unsigned int multiboot_memory_map::type

Memory type.


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