projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd904d1
)
Reference to threads/exception.c should be to userprog/exception.c.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 21 Feb 2008 04:25:17 +0000
(
04:25
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 21 Feb 2008 04:25:17 +0000
(
04:25
+0000)
Thanks to Matt Jones <mkjones@stanford.edu> for reporting this bug.
doc/vm.texi
patch
|
blob
|
history
diff --git
a/doc/vm.texi
b/doc/vm.texi
index c2943cacecaaac2d698176ee8969b195c1518a46..31a8f1ea54a8f3b81131334dcfb53d8e156b2413 100644
(file)
--- a/
doc/vm.texi
+++ b/
doc/vm.texi
@@
-260,7
+260,7
@@
page fault might only indicate that the page must be brought in from a
file or swap. You will have to implement a more sophisticated page
fault handler to handle these cases. Your page fault handler, which you
should implement by modifying @func{page_fault} in
-@file{
threads
/exception.c}, needs to do roughly the following:
+@file{
userprog
/exception.c}, needs to do roughly the following:
@enumerate 1
@item