Kernel: Move kmalloc and MMU to Memory directory

This commit is contained in:
2023-04-18 10:18:15 +03:00
parent 079df39ca8
commit 9c0f3dd996
15 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <BAN/Errors.h>
#include <kernel/IDT.h>
#include <kernel/InterruptController.h>
#include <kernel/kmalloc.h>
#include <kernel/Memory/kmalloc.h>
#include <kernel/Panic.h>
#include <kernel/Scheduler.h>