diff options
author | Christian Cunningham <cc@localhost> | 2022-01-20 14:45:13 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-20 14:45:13 -0700 |
commit | d54d1aafe1a12263f6d9393e476dbfde08b29cc9 (patch) | |
tree | da53678d6191a2fcee3147ad24e0c6b276016f9e | |
parent | a5c51e97faa06dbcc8e3fe077f0d7ca36048c6e5 (diff) |
Updated TODO
-rw-r--r-- | src/boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |