Fix multi-oom #39

Merged
gk1623 merged 23 commits from userprog-oom into master 2024-11-13 22:09:12 +00:00
17 changed files with 270 additions and 91 deletions
Showing only changes of commit f5e498e0a9 - Show all commits

View File

@@ -188,6 +188,7 @@ start_process (void *proc_start_data)
fail:
data->success = false;
sema_up (&data->loaded);
thread_exit ();
}
/* Helper function that initializes the stack of a newly created