git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git]
/
KernelLand
/
Kernel
/
arch
/
x86
/
include
/
multiboot2.h
1
/*
2
* Acess 2
3
* By John Hodge (thePowersGang)
4
*
5
* multiboot2.h
6
* - Multiboot 2 Header
7
*/
8
#ifndef _MULTIBOOT2_H_
9
#define _MULTIBOOT2_H_
10
11
#define MULTIBOOT2_MAGIC 0x36D76289
12
13
typedef struct sMultiboot2Info
14
{
15
Uint32 TotalSize;
16
Uint32 Reserved; // SBZ
17
} tMultiboot2Info;
18
19
#endif
UCC
git Repository :: git.ucc.asn.au