Skip to content

mattgray/devwinter2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devwinter 2016 - My first unikernel with Mirage OS

Slides are in ./slides

Examples are in ./cat_server

Useful commands reference

To bring up the dev environment:

vagrant init mattg/mirage-xen-virtualbox

vagrant up --provider=virtualbox

vagrant ssh - Access the box

Set up opam (Ocaml package manager)

``eval `opam config env```

Mirage OS commands:

mirage configure --unix

or

mirage configure --xen

make

Run a unikernel in Xen:

<name> = the name of the .xl config file generated by Mirage

sudo xl create <name> -c sudo xl list sudo xl destroy <name> -c

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published