Selaa lähdekoodia

using the proper palin test, i am passing. think my sleep is the issue, or according to piazza the sleep is exposing issues with address spaces which could be a fork issue.

tarfeef101 6 vuotta sitten
vanhempi
commit
2c8fab64f4

BIN
kern/compile/ASST2/kernel


+ 1 - 1
kern/compile/ASST2/vers.c

@@ -1,3 +1,3 @@
 /* This file is automatically generated. Edits will be lost.*/
-const int buildversion = 71;
+const int buildversion = 72;
 const char buildconfig[] = "ASST2";

+ 1 - 1
kern/compile/ASST2/version

@@ -1 +1 @@
-71
+72

+ 0 - 1
kern/syscall/proc_syscalls.c

@@ -139,7 +139,6 @@ void sys__exit(int exitcode)
     proc_destroy(p);
   }
   
-  kprintf("curproc is: %p", curproc);
   /* if this is the last user process in the system, proc_destroy()
      will wake up the kernel menu thread */
   //proc_destroy(p);