Move problem 1-2 (join) into project 2 as the "wait" system call.
[pintos-anon] / grading / userprog / wait-killed.exp
1 (wait-killed) begin
2 (child-bad) begin
3 child-bad: exit(-1)
4 (wait-killed) wait(exec()) = -1
5 (wait-killed) end
6 wait-killed: exit(0)