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

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]generator.py2021-03-01 13:09 19K 
[TXT]fork.py2021-03-01 13:09 12K 
[TXT]README-generator.html2021-05-31 14:59 9.3K 
[TXT]README-fork.html2021-05-31 14:59 9.0K 
[TXT]README-generator.md2021-03-01 13:09 4.9K 
[TXT]README-fork.md2021-03-01 13:09 4.8K 
[TXT]README.html2021-05-31 14:59 3.8K 
[TXT]README.md2021-03-01 13:09 448  

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.