Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirage/mirage-xen
- Owner: mirage
- License: isc
- Created: 2018-03-12T15:39:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T11:29:43.000Z (8 months ago)
- Last Synced: 2024-05-18T12:31:59.356Z (8 months ago)
- Topics: mirage-platform, mirageos, ocaml, xen
- Language: C
- Size: 3.1 MB
- Stars: 18
- Watchers: 15
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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
```