[Zion] Move to a kernel slab allocator that will allow easier dealloc.

This commit is contained in:
Drew Galbraith 2023-11-15 12:03:42 -08:00
parent 792e5155ba
commit d71d543b2a
6 changed files with 141 additions and 109 deletions

View file

@ -17,6 +17,7 @@ add_executable(zion
memory/kernel_stack_manager.cpp
memory/paging_util.cpp
memory/physical_memory.cpp
memory/slab_allocator.cpp
memory/user_stack_manager.cpp
object/address_space.cpp
object/channel.cpp