- add localsettings.texi which contains Stanford-local macros and variables
[pintos-anon] / doc / vm.texi
index 25135f067efb66cee2aa2016a9ed5e5ea9e64e9f..c2943cacecaaac2d698176ee8969b195c1518a46 100644 (file)
@@ -714,6 +714,12 @@ process.  If you carefully designed your data structures,
 sharing of read-only pages should not make this part significantly
 harder.
 
+@item How do we resume a process after we have handled a page fault?
+
+Returning from @func{page_fault} resumes the current user process
+(@pxref{Internal Interrupt Handling}).
+It will then retry the instruction to which the instruction pointer points.
+
 @item Does the virtual memory system need to support data segment growth?
 
 No.  The size of the data segment is determined by the linker.  We still