Kernel/arm7 - Fiddling on process switching
[tpg/acess2.git] / Kernel / arch / arm7 / debug.c
index 02a17be..d75048e 100644 (file)
@@ -1,10 +1,16 @@
 /**
+ * Acess2
+ * - By John Hodge (thePowersGang)
+ *
+ * arch/arm7/debug.c
+ * - ARM7 Debug output
+ * NOTE: Currently designed for the realview-pb-a8 emulated by Qemu
  */
 #include <acess.h>
 
 // === CONSTANTS ===
 //#define UART0_BASE   0x10009000
-#define UART0_BASE     0xF0000000
+#define UART0_BASE     0xF1000000      // Boot time mapped
 
 // === PROTOTYPES ===
 void   KernelPanic_SetMode(void);
@@ -36,7 +42,7 @@ void KernelPanic_SetMode(void)
 
 void KernelPanic_PutChar(char ch)
 {
-       Debug_PutCharDebug(ch);
+//     Debug_PutCharDebug(ch);
 }
 
 void StartupPrint(const char *str)

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