[Zion] Introduce the Kernel VMM to centralize allocs.
This commit is contained in:
parent
0b47e3b7fc
commit
20d6d2aaaf
5 changed files with 55 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue