Update docs.
[pintos-anon] / src / TODO
index 96007c117c5fb2527cc5795fd7e42267e3f9ff9d..89961e76e65169f074d181b4e6e3345e594a08bc 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,3 +1,9 @@
+* userprog should mention that keyboard over serial doesn't work
+
+* Get rid of names for synch primitives?  They increase the size of
+  each one by 16 bytes and are probably not that useful.
+  Alternatively make the names pointers?
+
 * Write, test user programs.
   - addrspace_load() should return thread's esp.
   - thread_execute() shouldn't panic on failure (!).