summaryrefslogtreecommitdiff
path: root/kernel/multiboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/multiboot.c')
-rw-r--r--kernel/multiboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/multiboot.c b/kernel/multiboot.c
index 4272f0f..3132717 100644
--- a/kernel/multiboot.c
+++ b/kernel/multiboot.c
@@ -2,7 +2,7 @@
#include "multiboot.h"
#include "lib/logger/log.h"
-uint32_t* get_multiboot(uint32_t eax, uint32_t ebx)
+multiboot_information* get_multiboot(uint32_t eax, uint32_t ebx)
{
if(eax!=0x2badb002)panic(FOOLOS_MODULE_NAME,"EAX was not set properly by your bootlaoder!");