Skip to content

Latest commit

 

History

History
22 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (8 loc) · 448 Bytes

Overview

There are now two simulators related to this chapter. The first, fork.py, is a simple tool to show what a process tree looks like when processes are created and destroyed. Read more about it here.

The second is a program, generator.py, that creates real C programs that use fork(), wait(), and exit() to show how fork works in running programs. Read more about it here.