aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index dcfe0dd..8eb8ec9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -46,6 +46,7 @@ under a common process ID. (sort of done, not sure if linked lists even
+ Timers should use the sp_tree thing sorted by time of completion, and then
each timer interrupt just pops the smallest value off and jumps to the
associated program. Easy. (started)
++ Add more flags to memory regions, for example MR_SHARED and MR_OWNED?
!!! FUTURE:
+ Cache locality?