From ca717914407fc5842094fc539a976f5b917a6894 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 26 Jun 2025 04:25:37 +0200 Subject: [PATCH] Removing debug prints from entry routine. After stacks are set up correctly, this is better handled in C. --- entry.S | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/entry.S b/entry.S index 6d7ff99..b77ef37 100644 --- a/entry.S +++ b/entry.S @@ -6,20 +6,6 @@ _entry: call _clear continue: - li t0, 0x10000000 # UART base address - li t1, 'E' # Character to print - sb t1, 0(t0) - li t1, 'n' - sb t1, 0(t0) - li t1, 't' - sb t1, 0(t0) - li t1, 'r' - sb t1, 0(t0) - li t1, 'y' - sb t1, 0(t0) - li t1, '\n' - sb t1, 0(t0) - # Set up a stack for C. la sp, stack0 li a0, 1024*4 # a0 = 4096