Keep the multiboot header as simple as possible

This commit is contained in:
Thomas Lovén 2017-10-31 09:27:06 +01:00
parent ca36e0ad0e
commit e2ecdb6154

View File

@ -2,9 +2,7 @@
#define MBOOT1_MAGIC 0x1BADB002 #define MBOOT1_MAGIC 0x1BADB002
#define MBOOT1_REPLY 0x2BADB002 #define MBOOT1_REPLY 0x2BADB002
#define MBOOT1_PALIGN 0x01 #define MBOOT1_FLAGS 0
#define MBOOT1_MEMINFO 0x02
#define MBOOT1_FLAGS (MBOOT1_PALIGN | MBOOT1_MEMINFO)
#define MBOOT1_CS -(MBOOT1_FLAGS + MBOOT1_MAGIC) #define MBOOT1_CS -(MBOOT1_FLAGS + MBOOT1_MAGIC)
#define MBOOT2_MAGIC 0xE85250D6 #define MBOOT2_MAGIC 0xE85250D6