[Zion] Introduce the Kernel VMM to centralize allocs.

This commit is contained in:
Drew Galbraith 2023-11-15 15:14:29 -08:00
parent 0b47e3b7fc
commit 20d6d2aaaf
5 changed files with 55 additions and 15 deletions

View file

@ -15,6 +15,7 @@ add_executable(zion
loader/init_loader.cpp
memory/kernel_heap.cpp
memory/kernel_stack_manager.cpp
memory/kernel_vmm.cpp
memory/paging_util.cpp
memory/physical_memory.cpp
memory/slab_allocator.cpp