Move pagedir stuff into userprog.
[pintos-anon] / src / TODO
index 52f1b121b347b3efe35b210715ddad43c45e573b..8dafda6d1daf5e3b70b975db6a1efc61674c3943 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -4,6 +4,7 @@
 
 * Figure out PD/PT management API.
   - We should document what's in mmu.h.  
+  - pagedir.[ch] is undocumented.
 
 * Write, test VM.