Files
ostep-code/vm-intro/README.md
Remzi Arpaci-Dusseau b8fad52c5c vm-intro basic code
2018-08-15 12:20:03 -05:00

18 lines
271 B
Markdown

# Overview
Code from OSTEP chapter [The Abstraction: Address Spaces](http://pages.cs.wisc.edu/~remzi/OSTEP/vm-intro.pdf).
To compile, just type:
```
prompt> make
```
See the highly primitive `Makefile` for details.
Then, run it:
```
prompt> ./virtual-addresses
```