Added mboot2 header
authorJohn Hodge <[email protected]>
Mon, 29 Mar 2010 02:34:08 +0000 (10:34 +0800)
committerJohn Hodge <[email protected]>
Mon, 29 Mar 2010 02:34:08 +0000 (10:34 +0800)
Kernel/arch/x86/include/multiboot2.h [new file with mode: 0644]

diff --git a/Kernel/arch/x86/include/multiboot2.h b/Kernel/arch/x86/include/multiboot2.h
new file mode 100644 (file)
index 0000000..735109a
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Acess 2
+ * By John Hodge (thePowersGang)
+ *
+ * multiboot2.h
+ * - Multiboot 2 Header
+ */
+#ifndef _MULTIBOOT2_H_
+#define _MULTIBOOT2_H_
+
+#define MULTIBOOT2_MAGIC       0x36D76289
+
+typedef struct sMultiboot2Info
+{
+       Uint32  TotalSize;
+       Uint32  Reserved;       // SBZ
+}      tMultiboot2Info;
+
+#endif

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