projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f8ed7
)
Update.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 22:31:50 +0000
(22:31 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 22:31:50 +0000
(22:31 +0000)
solutions/README
patch
|
blob
|
history
diff --git
a/solutions/README
b/solutions/README
index 8e9f26a7881f0f29d579722d4549f2b00e263030..1e23f07bf5f5da19cc04791368823feb92bba69e 100644
(file)
--- a/
solutions/README
+++ b/
solutions/README
@@
-1,9
+1,6
@@
Sample solutions.
-* The solutions for p1-1, p1-2, and p2 are okay.
-
-* The solution for p1-3 needs some work. It doesn't pass all of the
- tests.
+* The solutions for p1-1, p1-2, p1-3, and p2 are okay.
* The solution for p3 is terrible. For example, there's no locking at
all. I just wrote it to make sure that the project was possible