mirage-bootvar-xen
Library for reading MirageOS unikernel boot parameters in Xen
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
.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 08 Feb 2016
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies