Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirage/mirage-xen

Xen core platform libraries for MirageOS
https://github.com/mirage/mirage-xen

mirage-platform mirageos ocaml xen

Last synced: about 2 months ago
JSON representation

Xen core platform libraries for MirageOS

Awesome Lists containing this project

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.

[![Build Status](https://travis-ci.org/mirage/mirage-xen.svg)](https://travis-ci.org/mirage/mirage-xen)

## 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
```