[Zion] Add a proc/thread cleanup thread for future use.

This commit is contained in:
Drew Galbraith 2023-11-24 15:04:03 -08:00
parent 8e4cd1562f
commit cb590c96b8
9 changed files with 95 additions and 0 deletions

View file

@ -34,6 +34,7 @@ add_executable(zion
object/reply_port.cpp
object/semaphore.cpp
object/thread.cpp
scheduler/cleanup.cpp
scheduler/context_switch.s
scheduler/jump_user_space.s
scheduler/process_manager.cpp