X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvm.texi;h=99f4f4fb53fd3f05de770fc70670796e80de6e81;hb=1a9c8950f6f40cd7522aee8c326f0889b3aa959f;hp=42bb3cea5c856d8ebb7955db5b3ee03fa754ac1b;hpb=b824f64f619947f0db626a5593b0affb81893017;p=pintos-anon diff --git a/doc/vm.texi b/doc/vm.texi index 42bb3ce..99f4f4f 100644 --- a/doc/vm.texi +++ b/doc/vm.texi @@ -460,7 +460,7 @@ such as Linux do not load partial pages lazily. Incidentally, if you have trouble handling the third case above, you can eliminate it temporarily by linking the test programs with a -special ``linker script.'' Read @file{tests/userprog/Makefile} for +special ``linker script.'' Read @file{Makefile.userprog} for details. We will not test your submission with this special linker script, so the code you turn in must properly handle all cases.