X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fmboot.h;h=c7f33ddb54100019318a8d5069bd9ba91a5cadfd;hb=0b24cbc2f18942b3d1d74efa025ecfa318ab35ec;hp=ff59d5443c8b901ecd46141355031c52908facae;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/include/mboot.h b/Kernel/include/mboot.h index ff59d544..c7f33ddb 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; @@ -22,7 +24,7 @@ typedef struct { typedef struct { Uint32 Start; Uint32 End; - char *String; + Uint32 String; Uint32 Resvd; } tMBoot_Module;