package mirage-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-xen-8.0.1.tbz
sha256=c7c8b629bcf411c89f64afe56c32056bd2b0b65d7fc736d857d87d13e12d18fe
sha512=ff2caa676c95d6990b08acf8a2cda7d6e2b918e82fb395ee1e12de942824facece7c66aad8161d72d34f3a0f322535a3a6a3ea25f531f1444e46252af731edbe

Description

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.

Tags

org:mirage

Published: 20 Oct 2022

README

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

Dependencies (14)

  1. duration
  2. bheap >= "2.0.0"
  3. fmt >= "0.8.5"
  4. logs
  5. mirage-runtime >= "4.0"
  6. io-page >= "2.4.0"
  7. mirage-profile >= "0.3"
  8. lwt-dllist
  9. xenstore >= "1.2.5"
  10. shared-memory-ring-lwt
  11. lwt >= "2.4.3"
  12. cstruct >= "1.0.1"
  13. dune >= "2.7.0"
  14. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (8)

  1. mirage-block-xen >= "2.1.0"
  2. mirage-bootvar-xen >= "0.8.0"
  3. mirage-console-xen >= "5.1.0"
  4. mirage-console-xen-backend >= "5.1.0"
  5. mirage-net-xen >= "2.1.0"
  6. mirage-qubes >= "0.9.0"
  7. netchannel >= "2.1.0"
  8. vchan-xen >= "6.0.1"

Conflicts

None