Add a bootstrap physical memory manager.

This will allow the real physical memory manager to use allocations.
This commit is contained in:
Drew Galbraith 2023-05-18 11:00:05 -07:00
parent 747c2a4e17
commit 2d719d0443
5 changed files with 105 additions and 6 deletions

View file

@ -7,6 +7,7 @@ add_executable(zion
interrupt/interrupt_enter.s
memory/kernel_heap.cpp
memory/paging_util.cpp
memory/physical_memory.cpp
zion.cpp)
target_include_directories(zion