X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fmboot.h;h=c7f33ddb54100019318a8d5069bd9ba91a5cadfd;hb=e20b7220513e6010d883ae76ca1cf2c8f0ec26af;hp=6d5e6a4bc5944fbb47a4d8f6a204742a6d46fc6c;hpb=88ad2daf974ce4c4c770307546a9b4968c6183c2;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;