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.7.0.tbz
sha256=21289b726fab61c6ef9ee3d217ba1dae65a065e33cc218abc40b9fe951041dd2
sha512=753a062746357da894244d4819a6c67a6e4c247b059dcd5b2026eb8424b6943869f5946fbc397657e1d6fdf54b694da4c050bc59d92c1eff93e06616f78a4ba1

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: 01 Nov 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.06.0"
  2. parse-argv
  3. astring
  4. lwt >= "2.4.3"
  5. mirage-xen >= "5.0.0" & < "6.0.0"
  6. dune >= "1.0"

Dev Dependencies

None

Used by

None

Conflicts

None