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 aee7b66..25e90d8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -45,3 +45,4 @@ under a common process ID.
+ When mapping some other address space into your own, I could keep a maximum
used address of the guest address space and only map so many pages, which could
be better for cache locality.
++ Assert? Not sure how to handle a kernel panic at the moment, I guess just die?