aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.cc
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-28 12:41:57 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-28 12:41:57 +0300
commitb3b1385e7af85ba2cb1f92bc31706099f1b9d562 (patch)
tree2086f7333e33970f17898049d7392e7dece705ff /src/kernel.cc
parentclang-tidy fixes (diff)
downloadkernel.cpp-b3b1385e7af85ba2cb1f92bc31706099f1b9d562.tar.xz
Move MemoryAllocator to libk
Diffstat (limited to 'src/kernel.cc')
-rw-r--r--src/kernel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel.cc b/src/kernel.cc
index 578344c..fc02f5b 100644
--- a/src/kernel.cc
+++ b/src/kernel.cc
@@ -8,9 +8,8 @@
#error "This tutorial needs to be compiled with a ix86-elf compiler"
#endif
+#include <memory.h>
#include <stdlib.h>
-#include <types.h>
-#include "allocator.h"
#include "cga.h"
#include "cpu/cpu.h"
#include "gdt.h"