thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
[pintos-anon] / src / userprog / exception.c
index dead766fdbde82b736394f1fc4c8ab92d371ff37..4f3e4f9d120efcef5ddecf1fb845956e0e44f40d 100644 (file)
@@ -101,7 +101,8 @@ kill (struct intr_frame *f)
 #define PF_U 0x4    /* 0: kernel, 1: user process. */
 
 /* Page fault handler.  This is a skeleton that must be filled in
 #define PF_U 0x4    /* 0: kernel, 1: user process. */
 
 /* Page fault handler.  This is a skeleton that must be filled in
-   to implement virtual memory.
+   to implement virtual memory.  Some solutions to project 2 may
+   also require modifying this code.
 
    At entry, the address that faulted is in CR2 (Control Register
    2) and information about the fault, formatted as described in
 
    At entry, the address that faulted is in CR2 (Control Register
    2) and information about the fault, formatted as described in