Difference between revisions of "Mini-OS"

From Xen
Line 6: Line 6:
 
* [[Mini-OS-DevNotes|A tour of Mini-OS]]
 
* [[Mini-OS-DevNotes|A tour of Mini-OS]]
 
* [https://www.xenproject.org/mailing-list.html#minios Mailing list]
 
* [https://www.xenproject.org/mailing-list.html#minios Mailing list]
  +
* [http://xenbits.xenproject.org/gitweb/?p=mini-os.git Code]
 
* [http://xenbits.xenproject.org/gitweb/?p=mini-os.git;a=blob;f=README;hb=HEAD README] file in the mini-os source tree.
 
* [http://xenbits.xenproject.org/gitweb/?p=mini-os.git;a=blob;f=README;hb=HEAD README] file in the mini-os source tree.
   

Revision as of 17:59, 3 November 2017

Mini-OS is a tiny OS kernel distributed with the Xen Project Hypervisor sources. It is mainly used as operating system for stub domains that are used for Dom0 Disaggregation. But it is also used as a basis for development of Unikernels, having been instrumental in the formation of multiple examples including ClickOS and Rump kernels.

As of March 2015 mini-os now has its own git tree. Previously (release 4.5.0 and earlier) it was part of xen.git in the extras/mini-os subdirectory.

Also See