X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Farm7%2Fdebug.c;h=d75048edaf20489e7bbadf68e6d11accfb7b65aa;hb=6e41a8a3aa767cd5aeddbad393ce4f637a47a367;hp=02a17be18c3a5b09c69c104232c43a1d53b8d7a1;hpb=3733a77bb073c6c22e674bebe22a6f4f9a2b5225;p=tpg%2Facess2.git diff --git a/Kernel/arch/arm7/debug.c b/Kernel/arch/arm7/debug.c index 02a17be1..d75048ed 100644 --- a/Kernel/arch/arm7/debug.c +++ b/Kernel/arch/arm7/debug.c @@ -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 // === 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)