Wireframe for syscalls in place

This commit is contained in:
Drew Galbraith 2023-05-18 16:03:09 -07:00
parent d3024211a7
commit f86bbe6ea9
7 changed files with 130 additions and 0 deletions

View file

@ -12,6 +12,8 @@ add_executable(zion
scheduler/process.cpp
scheduler/scheduler.cpp
scheduler/thread.cpp
syscall/syscall.cpp
syscall/syscall_enter.s
zion.cpp)
target_include_directories(zion