summaryrefslogtreecommitdiff
path: root/kernel/src/boot/multiboot2.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/boot/multiboot2.c')
-rw-r--r--kernel/src/boot/multiboot2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/src/boot/multiboot2.c b/kernel/src/boot/multiboot2.c
index 1bb9aac..12f3c38 100644
--- a/kernel/src/boot/multiboot2.c
+++ b/kernel/src/boot/multiboot2.c
@@ -8,8 +8,7 @@
#include <libk/string.h>
#include <libk/list.h>
#include <heap.h>
-
-#define KERNEL_VMA 0xc0000000
+#include <kernel_vma.h>
/* https://www.gnu.org/software/grub/manual/multiboot2/html_node/Boot-information-format.html */