MirageOS: Difference between revisions
From Xen
Jump to navigationJump to search
m (→Resources: consistent) |
m (move license info) |
||
Line 4: | Line 4: | ||
MirageOS is an official Xen [[Mirage Incubation Project Proposal|incubator project]]. |
MirageOS is an official Xen [[Mirage Incubation Project Proposal|incubator project]]. |
||
Code is released under the ISC license, with some code released under LGPLv2. |
|||
==Resources== |
==Resources== |
||
Line 9: | Line 11: | ||
* The primary website is openmirage.org[http://openmirage.org/]. |
* The primary website is openmirage.org[http://openmirage.org/]. |
||
* Developer information can also be found at [[:Category:Mirage_Devel]] |
* Developer information can also be found at [[:Category:Mirage_Devel]] |
||
* Source code is on github[https://github.com/mirage]. |
* Source code is on github[https://github.com/mirage]. |
||
Revision as of 15:19, 24 June 2015
MirageOS is a library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms.
MirageOS applications are written in OCaml and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.
MirageOS is an official Xen incubator project.
Code is released under the ISC license, with some code released under LGPLv2.
Resources
- The primary website is openmirage.org[1].
- Developer information can also be found at Category:Mirage_Devel
- Source code is on github[2].