package mirage-xen

  1. Overview
  2. Docs
Xen core platform libraries for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-xen-8.0.2.tbz
sha256=2e5b86ec48a74c0cd4d24cc5ed40155e4819ce853e508d024dc362efe07327bc
sha512=d2b2e919f8669bd0f8691db460025fd5d1a79a2744a551eb3e016db55ca915e8f2d747844ec7774abffabb9fff43c23aab95f76027b74b08d72d75ad3c584c19

README.md.html

mirage-xen -- Xen core platform libraries for MirageOS

This package provides the MirageOS OS library for Xen targets, which handles the main loop and timers. It also provides the low level C startup code and C stubs required by the OCaml code.

Development

$ git clone https://github.com/mirage/mirage-xen
$ cd mirage-xen
$ opam monorepo lock
$ opam monorepo pull
$ opam install ocaml-freestanding dune
$ dune build