mirage/mirage-bootvar-xen

Name: mirage-bootvar-xen

Owner: MirageOS

Description: Library for reading MirageOS unikernel boot parameters in Xen

Created: 2015-02-18 17:55:28.0

Updated: 2017-03-07 13:54:45.0

Pushed: 2018-03-03 00:17:26.0

Homepage:

Size: 119

Language: OCaml

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mirage-bootvar-xen – library for reading MirageOS unikernel boot parameters in Xen

Build Status

Simple library for reading MirageOS unikernel boot parameters from Xen.

To send boot parameters to the unikernel you can either add them as options in the “extra=” field in the .xl-file, like this:

a="key1=val1 key2=val2"

.. or add them when starting the unikernel from the command line:

 xl create unikernel.xl 'extra="key1=val1 key2=val2"'

Bootvar was originally a part of mirage-mimic, but is now released as a separate library.

Install

Bootvar can be installed with opam:

 install mirage-bootvar-xen
License

Bootvar is published under the ISC license. See LICENSE for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.