Expand description
Information of memory regions in the boot phase.
Structs§
- Memory
Region - 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.
- Memory
Region Array - A heapless set of memory regions.
Enums§
- Memory
Region Type - The type of initial memory regions that are needed for the kernel.
Constants§
- MAX_
REGIONS - The maximum number of regions that can be handled.