X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fmboot.h;h=6d5e6a4bc5944fbb47a4d8f6a204742a6d46fc6c;hb=eecce4b7a55315f6c385ad8be35c25dbb12d43d8;hp=ff59d5443c8b901ecd46141355031c52908facae;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/include/mboot.h b/Kernel/include/mboot.h index ff59d544..6d5e6a4b 100644 --- a/Kernel/include/mboot.h +++ b/Kernel/include/mboot.h @@ -5,6 +5,8 @@ #ifndef _MBOOT_H #define _MBOOT_H +#define MULTIBOOT_MAGIC 0x2BADB002 + // === TYPES === typedef struct { Uint32 Flags;