acadia/zion/memory
Drew Galbraith 70bdb822a7 [Zion] Add implementation of KernelVmm::FreeKernelStack. 2023-11-19 17:29:09 -08:00
..
constants.h [Zion] Move Kernel Stack Memory constants to separate file. 2023-11-15 15:55:24 -08:00
kernel_heap.cpp [Zion] Cleanup memory debug statistics slightly. 2023-11-15 13:10:53 -08:00
kernel_heap.h [Zion] Cleanup memory debug statistics slightly. 2023-11-15 13:10:53 -08:00
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 [zion] Add utility to zero out a page when allocating one. 2023-06-19 23:44:33 -07:00
paging_util.h Get the second process elf from a MemoryObject instead of hardcoding. 2023-06-07 00:19:15 -07:00
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 [Zion] Free memory that was allocated with the slab allocator. 2023-11-15 12:53:14 -08:00
user_stack_manager.cpp [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00
user_stack_manager.h Resolved page faults from user stacks 2023-06-12 23:28:23 -07:00