acadia/zion/memory
Drew Galbraith 8e827a5dfb [Mammoth] Move all callers of FromCapability to OwnedMemoryObject. 2023-11-19 20:33:15 -08:00
..
constants.h [Zion] Move Kernel Stack Memory constants to separate file. 2023-11-15 15:55:24 -08:00
kernel_heap.cpp [Mammoth] Move all callers of FromCapability to OwnedMemoryObject. 2023-11-19 20:33:15 -08:00
kernel_heap.h
kernel_stack_manager.cpp [Zion] Move Kernel Stack Memory constants to separate file. 2023-11-15 15:55:24 -08:00
kernel_stack_manager.h [Zion] Access the KernelStackManager through the VMM. 2023-11-15 15:38:25 -08:00
kernel_vmm.cpp [Zion] Add implementation of KernelVmm::FreeKernelStack. 2023-11-19 17:29:09 -08:00
kernel_vmm.h [Zion] Add a framework for better process exit. 2023-11-16 23:03:27 -08:00
paging_util.cpp
paging_util.h
physical_memory.cpp [Zion] Use range based for loop on LinkedList as POC. 2023-11-15 18:50:58 -08:00
physical_memory.h [Zion] Track used vs free physical memory. 2023-11-15 14:53:05 -08:00
slab_allocator.cpp [Zion] Introduce the Kernel VMM to centralize allocs. 2023-11-15 15:15:31 -08:00
slab_allocator.h
user_stack_manager.cpp
user_stack_manager.h