From e2ecdb615436fab043d79b24d41c1f3e928f28b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 31 Oct 2017 09:27:06 +0100 Subject: [PATCH] Keep the multiboot header as simple as possible --- src/kernel/include/multiboot.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kernel/include/multiboot.h b/src/kernel/include/multiboot.h index f7bd32b..35fe12c 100644 --- a/src/kernel/include/multiboot.h +++ b/src/kernel/include/multiboot.h @@ -2,9 +2,7 @@ #define MBOOT1_MAGIC 0x1BADB002 #define MBOOT1_REPLY 0x2BADB002 -#define MBOOT1_PALIGN 0x01 -#define MBOOT1_MEMINFO 0x02 -#define MBOOT1_FLAGS (MBOOT1_PALIGN | MBOOT1_MEMINFO) +#define MBOOT1_FLAGS 0 #define MBOOT1_CS -(MBOOT1_FLAGS + MBOOT1_MAGIC) #define MBOOT2_MAGIC 0xE85250D6