aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-07-31 22:24:29 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-07-31 22:24:29 +0300
commit6ad1b899ed93f8bc110cdec7a722c8740f9f8d66 (patch)
tree99fe36028ffc4583c59e77d03bea2ade7a6c5ace /TODO
parent3212707a9ab549119ad0ad6441a07fe774c99f3b (diff)
downloadkmi-6ad1b899ed93f8bc110cdec7a722c8740f9f8d66.tar.gz
kmi-6ad1b899ed93f8bc110cdec7a722c8740f9f8d66.zip
start working on irqs
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index f0265f5..9a987ed 100644
--- a/TODO
+++ b/TODO
@@ -51,6 +51,7 @@ associated program. Easy. (started)
+ Start working on proper context swaps and RPC swaps. (which thread ID should
be visible from cur_tcb() when in an RPC? should I use some kind
of effective tid instead of cur_tcb()?)
++ Export VM flags to userspace, separate header or something?
!!! FUTURE:
+ Cache locality?