Add a bootstrap physical memory manager.
This will allow the real physical memory manager to use allocations.
This commit is contained in:
parent
747c2a4e17
commit
2d719d0443
5 changed files with 105 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue