aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/boothdr.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S
index 567851e4..9339cb91 100644
--- a/i386/i386at/boothdr.S
+++ b/i386/i386at/boothdr.S
@@ -17,9 +17,9 @@ _start:
/* MultiBoot header - see multiboot.h. */
#define MULTIBOOT_MAGIC 0x1BADB002
#ifdef __ELF__
-#define MULTIBOOT_FLAGS 0x00000002
+#define MULTIBOOT_FLAGS 0x00000003
#else /* __ELF__ */
-#define MULTIBOOT_FLAGS 0x00010002
+#define MULTIBOOT_FLAGS 0x00010003
#endif /* __ELF__ */
P2ALIGN(2)
boot_hdr: