[Zion] Move to a kernel slab allocator that will allow easier dealloc.
This commit is contained in:
parent
792e5155ba
commit
d71d543b2a
6 changed files with 141 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue