Skip to content

Files

Latest commit

561fe0f · Mar 1, 2021

History

History
This branch is 10 commits behind remzi-arpacidusseau/ostep-homework:master.

cpu-api

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.