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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T17:25:14.000Z (4 months ago)
- Last Synced: 2025-04-20T21:41:53.048Z (about 2 months ago)
- Topics: mirage-platform, mirageos, ocaml, xen
- Language: C
- Size: 3.12 MB
- Stars: 18
- Watchers: 14
- Forks: 21
- Open Issues: 2
-
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.[](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
```