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
- Host: GitHub
- URL: https://github.com/ailispaw/xhyvectl
- Owner: ailispaw
- License: mit
- Created: 2015-07-20T19:53:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T15:43:33.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T09:17:57.359Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```