Unikernels: Difference between revisions
From Xen
Jump to navigationJump to search
Rcpavlicek (talk | contribs) |
Rcpavlicek (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
* [http://erlangonxen.org/ LING (formerly Erlang on Xen)] creates an Erlang runtime environment |
* [http://erlangonxen.org/ LING (formerly Erlang on Xen)] creates an Erlang runtime environment |
||
* [https://github.com/GaloisInc/HaLVM#readme HaLVM], the Haskell Lightweight Virtual Machine from [http://corp.galois.com/halvm Galois], allows you to run Haskell programs |
* [https://github.com/GaloisInc/HaLVM#readme HaLVM], the Haskell Lightweight Virtual Machine from [http://corp.galois.com/halvm Galois], allows you to run Haskell programs |
||
* [http://osv.io/ OSv] from [http://www.cloudius-systems.com/ Cloudius Systems] produces a Java environment |
* [http://osv.io/ OSv] from [http://www.cloudius-systems.com/ Cloudius Systems] produces a Java environment [http://www.slideshare.net/dmarti1111/o-sv-linux-collaboration-summit Presentation] |
||
== Cloud Operating System Presentations == |
|||
embedurl: http://www.slideshare.net/slideshow/embed_code/32826216" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen |
Revision as of 01:30, 29 May 2014
Xen Project has been at the forefront of the birth of Cloud Operating Systems: specialized lightweight operating systems which are only intended to be used within a Virtual Machine. These Cloud Operating Systems may become the core of a new form of cloud, where a single hypervisor instance can support hundreds or even thousands of VMs.
Cloud Operating System List
The following Cloud Operating Systems are currently of interest to the Xen Project:
- MirageOS, an official incubator effort of Xen Project, employs an OCaml-based kernel
- LING (formerly Erlang on Xen) creates an Erlang runtime environment
- HaLVM, the Haskell Lightweight Virtual Machine from Galois, allows you to run Haskell programs
- OSv from Cloudius Systems produces a Java environment Presentation