projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b8a41
)
Add additional explanation to the spontaneous reboot output.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Jul 2006 18:15:14 +0000
(18:15 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Jul 2006 18:15:14 +0000
(18:15 +0000)
src/tests/tests.pm
patch
|
blob
|
history
diff --git
a/src/tests/tests.pm
b/src/tests/tests.pm
index e167cf5d835d9604421e7aab4c24869da9e81fdc..e8cb4230af8d4639f7f06e4bfe4ae398e53deb6b 100644
(file)
--- a/
src/tests/tests.pm
+++ b/
src/tests/tests.pm
@@
-112,6
+112,8
@@
sub check_for_triple_fault {
print <<EOF;
\u$run spontaneously rebooted $reboots times.
This is most often caused by unhandled page faults.
+Read the Triple Faults section in the Debugging chapter
+of the Pintos manual for more information.
EOF
fail;