Kernel: Move PhysicalRange to its own file and add VirtualRange

This commit is contained in:
Bananymous
2023-05-28 16:21:45 +03:00
parent 869de7283f
commit 15842db83e
8 changed files with 312 additions and 150 deletions

View File

@@ -29,6 +29,8 @@ set(KERNEL_SOURCES
kernel/Memory/GeneralAllocator.cpp
kernel/Memory/Heap.cpp
kernel/Memory/kmalloc.cpp
kernel/Memory/PhysicalRange.cpp
kernel/Memory/VirtualRange.cpp
kernel/Panic.cpp
kernel/PCI.cpp
kernel/PIC.cpp