Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 594 Bytes

Build Status

This is tutorial content for MirageOS, written as a self-hosting slide deck.

To view the content:

To test under a local unix, set MODE=unix, NET=socket and PORT=8080 for mirage configure, build, run as ./src/mir-tutorial, and then navigate to http://127.0.0.1:8080 to view the slides.

To build for deployment on Xen, set MODE=xen for mirage configure.