Luna/kernel/src/memory
apio 929962efc9 Fixed size counting in RangeAllocator
Which was displaying VERY wrong sizes beforehand. (Number of regions * 4096 instead of number of bytes)
2022-09-07 20:01:44 +02:00
..
KernelHeap.cpp Ready. Set. Go! 2022-09-05 16:13:51 +02:00
KernelMemoryManager.cpp LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
Memory.cpp Memory::get_system and Memory::get_usable 2022-09-05 17:13:12 +02:00
MemoryMap.cpp LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
RangeAllocator.cpp Fixed size counting in RangeAllocator 2022-09-07 20:01:44 +02:00
VMM.cpp Add a KernelMemoryManager namespace to wrap PMM + VMM 2022-09-06 18:08:15 +02:00