diff --git a/cpu-api/README.md b/cpu-api/README.md index add81a2..e737254 100644 --- a/cpu-api/README.md +++ b/cpu-api/README.md @@ -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: ``` diff --git a/intro/README.md b/intro/README.md index 9850695..3b558ee 100644 --- a/intro/README.md +++ b/intro/README.md @@ -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: