Kernel: Move kmalloc and MMU to Memory directory

This commit is contained in:
2023-04-14 13:30:21 +03:00
parent 998ae511a3
commit fdb4eb6042
15 changed files with 16 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
#include <kernel/APIC.h>
#include <kernel/CPUID.h>
#include <kernel/IDT.h>
#include <kernel/MMU.h>
#include <kernel/Memory/MMU.h>
#include <string.h>