Index of /perry/os/ostep/homework/cpu-api

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]fork.py 2021-03-01 13:09 12K 
[TXT]generator.py 2021-03-01 13:09 19K 

ostep-homework/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.