package mirage-bootvar-xen

  1. Overview
  2. Docs
Library for reading MirageOS unikernel boot parameters in Xen

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-bootvar-xen-0.4.0.tbz
sha256=562971ff3ac1b088e6e8b8ef38f7622d0213b2214f9e6dd7ab32d29329657237
md5=464459c0b1f83302f254a2b62184a7b1

Description

Published: 23 Feb 2017

README

Bootvar

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:

extra="key1=val1 key2=val2"

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

sudo 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:

opam install mirage-bootvar-xen

License

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

Dependencies (8)

  1. parse-argv
  2. astring
  3. lwt
  4. topkg build
  5. ocamlbuild build
  6. ocamlfind build
  7. mirage-xen >= "2.2.0" & < "4.0.0"
  8. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.