add a class to allocate and manage user space stacks

This commit is contained in:
Drew Galbraith 2023-05-30 22:35:57 -07:00
parent 1db93e5b12
commit 2eefda6114
6 changed files with 67 additions and 7 deletions

View file

@ -12,6 +12,7 @@ add_executable(zion
memory/kernel_stack_manager.cpp
memory/paging_util.cpp
memory/physical_memory.cpp
memory/user_stack_manager.cpp
memory/virtual_memory.cpp
scheduler/context_switch.s
scheduler/jump_user_space.s