package mirage-bootvar-xen

  1. Overview
  2. Docs
Handle boot-time arguments for Xen platform

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-bootvar-xen-v0.6.0.tbz
sha256=0e3773a82ef8bf0460137379b02500610c7d966832727a4a23dec18c700dcb5c
sha512=eed49d1190755e90afbfc9b7845090a21991e5cfaf84786130d9cef5150e6e08ba7f9cfbde888df5d35a02b355d65ae9da380dd6efc81a39892c9d8e405c16cf

Description

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.

Published: 27 Jun 2019

README

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

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 (6)

  1. ocaml >= "4.04.2"
  2. parse-argv
  3. astring
  4. lwt >= "2.4.3"
  5. mirage-xen >= "4.0.0" & < "5.0.0"
  6. dune >= "1.0"

Dev Dependencies

None

Used by

None

Conflicts

None