|
Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
|
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... | |
Memory map structure.
| unsigned int multiboot_memory_map::base_addr_high |
Higher bytes of the base address.
| unsigned int multiboot_memory_map::base_addr_low |
Lower bytes of the base address.
| unsigned int multiboot_memory_map::length_high |
Higher bytes of the length.
| unsigned int multiboot_memory_map::length_low |
Lower bytes of the length.
| unsigned int multiboot_memory_map::size |
Size of this entry.
| unsigned int multiboot_memory_map::type |
Memory type.
1.8.13