These are the MirageOS slide decks, written as a self-hosting unikernel.
To view the content locally:
- Install Mirage
make configuremake build- Run
sudo ./src/mir-decksand point your browser to http://localhost/.
Set environment variables at the configure step to customise the build target
via src/config.ml:
MODE:unix,xenFS:direct,crunch,fatDEPLOY:false,trueNET:socket,directDHCP:false,true
Note that DEPLOY=true implies NET=direct and assumes IP, NETMASK and
GATEWAYS will be set.