diff options
author | David Li <li.davidm96@gmail.com> | 2016-01-11 14:22:54 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2016-01-11 14:22:54 -0700 |
commit | c1625c144872e34c4156dc67c78512094a75fd3c (patch) | |
tree | d66a2b3e308098a323bebcac946b7f31d9fba508 | |
parent | 60c57e5c60d17396fbd3f8799a319a5fe30b9f3e (diff) |
Update TODOs
-rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,7 @@ https://git.lidavidm.me/cacheracer/. ## Memory -- [ ] Make sure `ReverseMmu` maps addresses correctly (i.e. 0x0 should +- [x] Make sure `ReverseMmu` maps addresses correctly (i.e. 0x0 should map to an actual array element) - [ ] `ReverseMmu` needs to mark VA 0x0 as invalid somehow - [x] Sneak attack/retreat needs to be per-core @@ -37,6 +37,8 @@ https://git.lidavidm.me/cacheracer/. - [ ] Test sneak attack/retreat system calls - [ ] Implement taunt array + - [ ] Write array to main memory + - [ ] Update or invalidate relevant cache lines ## Traps |