and for extra credit, you’ll implement exit() (destroying processes at runtime)We’ve provided you with a lot of support code for this assignment; the code you will need to write is in factlimited in extent. Our complete solution (for all stages)consists of well under 300 lines of cod...
Our solution additionally prints “Out of physical memory!” to the console when this happens; you donʼt need to. As always, make sure to commit and push after finishing this step! Step 5: Fork The fork() system call is one of Unixʼs great ideas. It starts a new process as a...