Kernel/x86_64 - Debugging iret->CPL3 crash
[tpg/acess2.git] / Kernel / include / mboot.h
index ff59d54..c7f33dd 100644 (file)
@@ -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;
 

UCC git Repository :: git.ucc.asn.au