add links to book chapters

This commit is contained in:
Remzi Arpaci-Dusseau
2018-08-15 12:11:33 -05:00
parent c3708edc98
commit a072c9f934
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## CPU API
This code is basically that found in [Interlude: Process API](http://pages.cs.wisc.edu/~remzi/OSTEP/cpu-api.pdf).
Code from OSTEP chapter [Interlude: Process API](http://pages.cs.wisc.edu/~remzi/OSTEP/cpu-api.pdf).
To compile, just type:
```

View File

@@ -1,8 +1,13 @@
# Overview
Type "make" to build programs.
Code from OSTEP chapter [Introduction](http://pages.cs.wisc.edu/~remzi/OSTEP/intro.pdf).
See primitive "Makefile" for details.
To compile, just type:
```
prompt> make
```
See the highly primitive `Makefile` for details.
Then, run them! Examples: