An open API service indexing awesome lists of open source software.

https://github.com/ailispaw/xhyvectl

WIP: A management tool for xhyve
https://github.com/ailispaw/xhyvectl

Last synced: 4 months ago
JSON representation

WIP: A management tool for xhyve

Awesome Lists containing this project

README

          

# xhyvectl

A management tool for xhyve

***WIP***

## Requirements

- [xhyve](https://github.com/mist64/xhyve)
- Mac OS X Yosemite 10.10.3 or later
- A 2010 or later Mac (i.e. a CPU that supports EPT)

## Caution

- **Kernel Panic** will occur on booting, once VirtualBox (< v5.0) has run before.

## Installing xhyve

```
$ git clone https://github.com/mist64/xhyve
$ cd xhyve
$ make
$ cp build/xhyve /usr/local/bin/ # You may need sudo.
```