aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-22 22:06:42 -0700
committerChristian Cunningham <cc@localhost>2022-01-22 22:06:42 -0700
commit523e704b4fead2a0b286480d27510e3912d54b79 (patch)
treec6c4e52c9925b211dfb1fa37e7c61defa9ba0358 /README.md
parent0d551d712c098d6ebb75512340d7503da98361b4 (diff)
Allow calls to scheduler in middle of execution
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91adff0..9d7f1bc 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,16 @@
- // MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en
## Todo
+- FIX IRQ Stack LEAK
+- FIX IRQ Stack LEAK
+- FIX IRQ Stack LEAK
+- FIX IRQ Stack LEAK
+- FIX IRQ Stack LEAK
- Implement Scheduler for IRQ
- Fix mutex with scheduler
- Implement handlers
- Put threads in user mode
+- Clear stacks during cleanup
Note: SYS and USER share registers but differ in privilege