rkt/rkt

stage1: investigate xhyve-based stage1

Open

#1030 opened on Jun 10, 2015

View on GitHub
 (4 comments) (1 reaction) (0 assignees)Go (8,871 stars) (865 forks)batch import
help wantedkind/questionpriority/Pmaybe

Description

The xhyve hypervisor is a port of bhyve to OS X. It is built on top of Hypervisor.framework in OS X 10.10 Yosemite and higher, runs entirely in userspace, and has no other dependencies. It can run vanilla Linux distributions and may gain support for other guest operating systems in the future.

It would be interesting to explore the feasibility of creating an xhyve-based stage1, which could potentially allow rkt to run on OS X systems. This would likely be heavily derivative of the lkvm stage1.

https://github.com/mist64/xhyve http://www.pagetable.com/?p=831

Contributor guide