aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-20 14:45:13 -0700
committerChristian Cunningham <cc@localhost>2022-01-20 14:45:13 -0700
commitd54d1aafe1a12263f6d9393e476dbfde08b29cc9 (patch)
treeda53678d6191a2fcee3147ad24e0c6b276016f9e /src
parenta5c51e97faa06dbcc8e3fe077f0d7ca36048c6e5 (diff)
Updated TODO
Diffstat (limited to 'src')
-rw-r--r--src/boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.S b/src/boot.S
index 81fa240..0b09baa 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -86,6 +86,7 @@ irq:
pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
subs pc, lr, #4
+// TODO: Each core needs to set up their stacks
core1run:
core2run:
core3run:
@@ -94,7 +95,6 @@ io_halt:
wfi
b io_halt
-// TODO: SETUP OTHER STACKS
undefined:
stmfd sp!, {r0-r12,lr}
ldr r0, [lr, #-4]