Kernel/arm7 - Fixed SPINLOCK to use the swap opcode
[tpg/acess2.git] / Kernel / arch / arm7 / main.c
index 1e35c0e..4520b80 100644 (file)
@@ -8,6 +8,7 @@
 
 // === IMPORTS ===
 extern void    Interrupts_Setup(void);
+extern void    Arch_LoadBootModules(void);
 
 // === PROTOTYPES ===
  int   kmain(void);
@@ -15,10 +16,16 @@ extern void Interrupts_Setup(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