Move VirtualMemory to AddressSpace Object

This commit is contained in:
Drew Galbraith 2023-06-06 20:43:15 -07:00
parent b5ad454ad1
commit 1fda0f3fae
4 changed files with 17 additions and 17 deletions

View file

@ -14,9 +14,9 @@ add_executable(zion
memory/paging_util.cpp
memory/physical_memory.cpp
memory/user_stack_manager.cpp
memory/virtual_memory.cpp
object/process.cpp
object/thread.cpp
object/address_space.cpp
scheduler/context_switch.s
scheduler/jump_user_space.s
scheduler/process_manager.cpp