git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
course 1 and project setup
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
multiboot.h
1
#define MB_MAGIC 0x1BADB002
2
#define MB_ALIGNED_4K_MEM_MAP 0x03
3
#define CHECKSUM(flags) -(MB_MAGIC+flags)