Add a ProcessManager class to store Process objects.
Trying out a new method for exposing global objects directly via a variable.
This commit is contained in:
parent
b58186265e
commit
7fe6c24aa5
7 changed files with 66 additions and 23 deletions
|
|
@ -14,6 +14,7 @@ add_executable(zion
|
|||
scheduler/context_switch.s
|
||||
scheduler/jump_user_space.s
|
||||
scheduler/process.cpp
|
||||
scheduler/process_manager.cpp
|
||||
scheduler/scheduler.cpp
|
||||
scheduler/thread.cpp
|
||||
syscall/syscall.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue