Kernel: Start working on heap

This commit is contained in:
Bananymous
2023-04-14 15:16:38 +03:00
parent 6a3b3213cf
commit 633929629c
4 changed files with 169 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ set(KERNEL_SOURCES
kernel/Input/PS2Keymap.cpp
kernel/InterruptController.cpp
kernel/kernel.cpp
kernel/Memory/Heap.cpp
kernel/Memory/kmalloc.cpp
kernel/PCI.cpp
kernel/PIC.cpp