[zion] Move memory syscalls to the new format

This commit is contained in:
Drew Galbraith 2023-06-20 14:26:06 -07:00
parent f755cd38fe
commit 1a70ce4855
10 changed files with 107 additions and 175 deletions

View file

@ -27,10 +27,12 @@ add_executable(zion
scheduler/jump_user_space.s
scheduler/process_manager.cpp
scheduler/scheduler.cpp
syscall/address_space.cpp
syscall/memory_object.cpp
syscall/process.cpp
syscall/syscall.cpp
syscall/thread.cpp
syscall/syscall_enter.s
syscall/thread.cpp
zion.cpp)
target_include_directories(zion