X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvm.texi;h=31a8f1ea54a8f3b81131334dcfb53d8e156b2413;hb=fd76a897cf341c2c84b4c1835714981b825186e9;hp=c2943cacecaaac2d698176ee8969b195c1518a46;hpb=fe56fdaa15035a489177ff1d6d6bfb5b3ba15f32;p=pintos-anon diff --git a/doc/vm.texi b/doc/vm.texi index c2943ca..31a8f1e 100644 --- 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