Add Scheduler wireframe.

Right now does nothing but has containing classes for process and thread
information.
This commit is contained in:
Drew Galbraith 2023-05-18 12:43:53 -07:00
parent de2c96b848
commit 960cbf9519
8 changed files with 208 additions and 1 deletions

View file

@ -8,6 +8,9 @@ add_executable(zion
memory/kernel_heap.cpp
memory/paging_util.cpp
memory/physical_memory.cpp
scheduler/process.cpp
scheduler/scheduler.cpp
scheduler/thread.cpp
zion.cpp)
target_include_directories(zion