Updated Usermode FInfo structure to match the kernel's copy
[tpg/acess2.git] / Kernel / arch / arm7 / main.c
index 891501d..4520b80 100644 (file)
@@ -4,10 +4,11 @@
  * ARM7 Entrypoint
  * arch/arm7/main.c
  */
+#include <acess.h>
 
 // === IMPORTS ===
 extern void    Interrupts_Setup(void);
-extern void    MM_SetupPhys(void);
+extern void    Arch_LoadBootModules(void);
 
 // === PROTOTYPES ===
  int   kmain(void);
@@ -15,10 +16,16 @@ extern void MM_SetupPhys(void);
 // === CODE ===
 int kmain(void)
 {
-       Interrupts_Setup();
+       LogF("Booting...\n");
+//     Interrupts_Setup();
        
        MM_SetupPhys();
        
        //TODO: 
        for(;;);
 }
+
+void Arch_LoadBootModules(void)
+{
+}
+

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