Kernel - Added (completely untested) m68k port
[tpg/acess2.git] / Kernel / arch / m68k / main.c
1 /*
2  * Acess2 M68K port
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/m68k/main.c
6  * - C entrypoint
7  */
8 #include <acess.h>
9 #include <init.h>
10
11 // === PROTOTYPES ===
12 void    kmain(void);
13
14 // === CODE ===
15 void kmain(void)
16 {
17         
18 }
19
20 void Arch_LoadBootModules(void)
21 {
22         
23 }
24

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