Page
Library
Module
Module type
Parameter
Class
Class type
Source
An OCaml library to read MirageOS unikernel boot parameters for different targets.
This package contains the variant Mirage_bootvar.mli with the single function argv
which returns the array of boot parameters. Implementations of this function for Xen, Solo5, and Unix targets are provided as well.
Since on some targets, the boot parameters are flattened to a single string, there is no support for whitespaces.
You can use opam to install mirage-bootvar:
opam install mirage-bootvar
This repository originates from four git repositories:
In May 2024, this was consolidated into a single git repository using dune variants.
The code is licensed under the ISC license. See LICENSE.md and AUTHORS for further information.