[Zion] Add a semaphore primitive with related syscalls.

This commit is contained in:
Drew Galbraith 2023-11-22 10:19:56 -08:00
parent 2df1f6c006
commit da3901e104
9 changed files with 107 additions and 1 deletions

View file

@ -31,6 +31,7 @@ add_executable(zion
object/port.cpp
object/process.cpp
object/reply_port.cpp
object/semaphore.cpp
object/thread.cpp
scheduler/context_switch.s
scheduler/jump_user_space.s