X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fmboot.h;h=c7f33ddb54100019318a8d5069bd9ba91a5cadfd;hb=de2ae10743172075f2d527780bdfd890ccddb8e7;hp=6d5e6a4bc5944fbb47a4d8f6a204742a6d46fc6c;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;p=tpg%2Facess2.git diff --git a/Kernel/include/mboot.h b/Kernel/include/mboot.h index 6d5e6a4b..c7f33ddb 100644 --- a/Kernel/include/mboot.h +++ b/Kernel/include/mboot.h @@ -24,7 +24,7 @@ typedef struct { typedef struct { Uint32 Start; Uint32 End; - char *String; + Uint32 String; Uint32 Resvd; } tMBoot_Module;