Move VirtualMemory to AddressSpace Object
This commit is contained in:
parent
b5ad454ad1
commit
1fda0f3fae
4 changed files with 17 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue