Module keos::mm

source ·
Expand description

Memory management including heap and physical memory.

Structs

A contiguous pages representation.
A Page representation.

Functions

Align upwards. Returns the smallest x with alignment align so that x >= addr. The alignment must be a power of 2.
Initialize the physical memory allocator.