aboutsummaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-21 14:24:03 -0700
committerChristian Cunningham <cc@localhost>2022-03-21 14:24:03 -0700
commite0942a769925bae81c2355e9a98f577cc6763930 (patch)
tree232f3fca9f7181941cafe9d0070b09e795458124 /src/sys
parentc8a4c6098d5a395fff905b6deb5742e57865d660 (diff)
Semaphore Schedule on Special Case
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/kernel.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sys/kernel.S b/src/sys/kernel.S
index 4432ccd..9184c76 100644
--- a/src/sys/kernel.S
+++ b/src/sys/kernel.S
@@ -20,12 +20,6 @@ kernel_main:
wfe
b 2b
-testf:
- push {lr}
- mrs r0, cpsr
- bl uart_hexn
- pop {pc}
-
.section .data
ttbr_msg:
.asciz "MMU Initialized!"