projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f162e4c
)
Update.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 1 Jan 2005 19:46:44 +0000
(19:46 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 1 Jan 2005 19:46:44 +0000
(19:46 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index a027d61d168b6b237d7ee6f13d01e32268460287..a07e2b422e21fe45b32a9f4cb5dc37c3ceb297b7 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-6,10
+6,6
@@
figure out the asm from the Intel manuals. Compare object files
before and after to make sure nothing changed.
-* Grader:
-
- - Fix bug where failures are being treated as warnings.
-
* Userprog project:
- Move `join' implementation here, from `threads' project, to help