projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd07a99
)
More to-do.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 5 Mar 2005 20:24:35 +0000
(20:24 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 5 Mar 2005 20:24:35 +0000
(20:24 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 9825200fed911631d245c7fa0048ee61476789fb..ac46639a58fe89733ad6889dfd728a1a262e80e8 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-2,11
+2,14
@@
* The tests in tests/ don't apply the grading patches.
-* We need better example programs.
+* We need better
and more
example programs.
- Need an mmap example program as a replacement for the crappy mmap FAQ
question.
+* Make it clear that the students own their code, because there was some
+ confusion on that point.
+
* Threads:
- join-invalid doesn't compile if tid_t is not scalar type.