package mirage-bootvar-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=d21a6a8b022523a76935e4393d75edbd

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: 08 Feb 2016

Dependencies (5)

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

Dev Dependencies

None

Used by

None

Conflicts

None