git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
includes
/
sys
/
boot
/
archinit.h
1
#ifndef __LUNAIX_ARCHINIT_H
2
#define __LUNAIX_ARCHINIT_H
3
4
#include <lunaix/types.h>
5
#include "bstage.h"
6
#include "multiboot.h"
7
8
ptr_t boot_text
9
kpg_init();
10
11
struct boot_handoff* boot_text
12
mb_parse(struct multiboot_info* mb);
13
14
#endif /* __LUNAIX_ARCHINIT_H */