ostep-homework/cpu-api
Remzi Arpaci-Dusseau 6592d3a6a0 fix for Python 3.2 2024-02-18 12:17:42 -08:00
..
README-fork.md adding README to go w/ generator 2021-01-05 10:24:08 -06:00
README-generator.md more code in README 2021-01-05 11:31:24 -06:00
README.md add links from main README to sub-READMEs 2021-01-05 10:25:40 -06:00
fork.py Make it so root process cannot exit 2021-03-01 12:09:07 -06:00
generator.py fix for Python 3.2 2024-02-18 12:17:42 -08:00

README.md

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.