This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
33
unikernel/duniverse/mirage-bootvar/README.md
Normal file
33
unikernel/duniverse/mirage-bootvar/README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# mirage-bootvar
|
||||
|
||||
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.
|
||||
|
||||
## Installation
|
||||
|
||||
You can use opam to install mirage-bootvar:
|
||||
|
||||
`opam install mirage-bootvar`
|
||||
|
||||
## History
|
||||
|
||||
This repository originates from four git repositories:
|
||||
- [parse-argv](https://github.com/mirage/parse-argv)
|
||||
- [mirage-bootvar-unix](https://github.com/mirage/mirage-bootvar-unix)
|
||||
- [mirage-bootvar-xen](https://github.com/mirage/mirage-bootvar-xen)
|
||||
- [mirage-bootvar-solo5](https://github.com/mirage/mirage-bootvar-solo5)
|
||||
|
||||
In May 2024, this was consolidated into a single git repository using dune
|
||||
variants.
|
||||
|
||||
## License
|
||||
|
||||
The code is licensed under the ISC license. See LICENSE.md and AUTHORS for
|
||||
further information.
|
||||
Loading…
Add table
Add a link
Reference in a new issue