yomimono / fosdemo

2048 unikernel demo for FOSDEM 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Unikernel to serve 2048 game from a cubieboard.

These are the files needed to generate a mirage unikernel from a static site. The content of the *.ml files are taken from the mirage_skeleton repository, specifically, the static_website folder.

Travis CI is used to build the unikernel for test purposes. The actual repo needs to be cloned and built on a cubieboard to work.

Since the config/dispatch files are lifted from another repo, the following links should help to check if things have been updated upstream.

Files are from: https://github.com/mirage/mirage-skeleton/commit/1709bad5bac9484b8feb476aa6803e464d66057b

Latest versions are:


Original README content

Put static files into the htdocs/ directory.

For a Xen DHCP kernel, do:

$ env DHCP=true mirage configure --xen $ make $ make run

edit www.xl to add a VIF, e.g. via:

vif = ['bridge=xenbr0']

And then run the VM via xl create -c www.xl

About

2048 unikernel demo for FOSDEM 2015


Languages

Language:OCaml 75.6%Language:Shell 24.4%