Luna/kernel/src/memory
2022-12-07 10:58:59 +01:00
..
Heap.cpp Make alignment a template parameter to help the compiler optimize 2022-12-06 19:27:58 +01:00
Heap.h Move make and destroy to luna 2022-12-06 16:41:22 +01:00
KernelVM.cpp Add a virtual memory allocator for the kernel 2022-12-05 20:36:24 +01:00
KernelVM.h Add a virtual memory allocator for the kernel 2022-12-05 20:36:24 +01:00
MemoryManager.cpp Map the page bitmap to virtual memory 2022-12-07 10:58:59 +01:00
MemoryManager.h Convert uses of u64 to usize 2022-12-07 10:55:47 +01:00
MemoryMap.cpp Convert uses of u64 to usize 2022-12-07 10:55:47 +01:00
MemoryMap.h Convert uses of u64 to usize 2022-12-07 10:55:47 +01:00