diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -46,7 +46,11 @@ 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? ++ Add more flags to memory regions, for example MR_SHARED and MR_OWNED? done ++ DOCUMENTATION ++ 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()?) !!! FUTURE: + Cache locality? |
