BarinkOS/source/kernel/memory
Nigel 01fcb0aa15 KERNEL: Improved Physical memory allocation code / Code refactor
* Moved tests to a different folder
* Adjusted the memory map address locations
* Improved readability of `kernel.cpp`
2022-09-02 21:09:51 +02:00
..
gdt KERNEL: Implementing VMM & cleaning up 2022-09-01 20:16:16 +02:00
KernelHeap.cpp KERNEL: Improved Physical memory allocation code / Code refactor 2022-09-02 21:09:51 +02:00
KernelHeap.h KERNEL: Improved Physical memory allocation code / Code refactor 2022-09-02 21:09:51 +02:00
PhysicalMemoryManager.cpp KERNEL: Improved Physical memory allocation code / Code refactor 2022-09-02 21:09:51 +02:00
PhysicalMemoryManager.h KERNEL: Implementing VMM & cleaning up 2022-09-01 20:16:16 +02:00
VirtualMemoryManager.cpp KERNEL: Improved Physical memory allocation code / Code refactor 2022-09-02 21:09:51 +02:00
VirtualMemoryManager.h KERNEL: Implementing VMM & cleaning up 2022-09-01 20:16:16 +02:00