60d5cf08048abad9f5a1fb97260baa9b366403b9
[tpg/acess2.git] / Kernel / arch / x86_64 / main.c
1 /*
2  * Acess2 x86_64 Project
3  */
4 #include <acess.h>
5
6 // === GLOBALS ==
7
8 // === CODE ===
9 void kmain(Uint MbMagic, void *MbInfoPtr)
10 {
11         
12 }
13
14 void Arch_LoadBootModules(void)
15 {
16         
17 }
18
19 void StartupPrint(char *String)
20 {
21         
22 }

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