package mirage-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-xen-7.2.0.tbz
sha256=e59773a2ead0b211c6b583cf749b492e91fc3fa64b35b8d05b2ed30f1718dce0
sha512=a7b8f217c4b2532ed4cfdb427e4f7f353f372e365c036d10434a9d1fe1f14e607979662ff7a07da87dd580821061c869b46422c775c82c89c1ce214b0afd5751

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