package mirage-bootvar-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.2.tar.gz
md5=379fcf0df9377329e82ffcfa2119daa1

Description

This library contains functions for reading parameters passed as boot parameter to a unikernel in Xen. The parameters can be passed as key/value pairs in the extra= field in an .xl-file or on the command line when starting a unikernel with the xl utility.

Boot parameters are read from the VM's cmdline key in Xenstore. If this key does not exist the parameters will be read from OS.Start_info.cmd_line.

Published: 13 Jun 2016

Dependencies (6)

  1. ounit
  2. astring
  3. ipaddr
  4. mirage-types < "3.0.0"
  5. mirage-xen >= "2.2.0" & < "4.0.0"
  6. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None