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

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: 04 Mar 2023

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 (16)

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