Files
ostep-code/cpu-api
Remzi Arpaci-Dusseau a072c9f934 add links to book chapters
2018-08-15 12:11:33 -05:00
..
2018-08-15 12:01:26 -05:00
2018-08-15 12:01:26 -05:00
2018-08-15 12:01:26 -05:00
2018-08-15 12:01:26 -05:00
2018-08-15 12:01:26 -05:00
2018-08-15 12:11:33 -05:00

CPU API

Code from OSTEP chapter Interlude: Process API.

To compile, just type:

prompt> make

See the highly primitive Makefile for details.

Then run p1, p2, p3, or p4, as need be. Examples:

prompt> ./p1
prompt> ./p2
prompt> ./p3
prompt> ./p4