package mirage-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-xen-8.0.0.tbz
sha256=3d6f1b7ca7a258fd4f409ef1c2b67920e5921353feae0662d8a04efb3176a221
sha512=98ad88b9197e4552f179513c6ed930604c0316c818ed9e15dc032054c122f3c264d6812f4d0ba3b1a79c43c90cc921c2aa1615883dc4bc9075d8010c3fdd14a9

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