Skip to main content

Module mm

Module mm 

Source
Expand description

x86_64 memory backend: PMM, VMM, …

Authors: MarioS271

Modules§

layout 🔒
All locations of where things like HHDM, kernel image and more are mapped in the processor’s address space
pmm 🔒
Physical Memory Manager (PMM): buddy allocator that tracks and hands out physical frames.
vmm 🔒
x86_64 memory backend: four-level page table VMM and helper utilities.