Module memory_region

Source
Expand description

Information of memory regions in the boot phase.

Structs§

MemoryRegion
The information of initial memory regions that are needed by the kernel. The sections are not guaranteed to not overlap. The region must be page aligned.
MemoryRegionArray
A heapless set of memory regions.

Enums§

MemoryRegionType
The type of initial memory regions that are needed for the kernel.

Constants§

MAX_REGIONS
The maximum number of regions that can be handled.