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