forked fromTheNewNormal/libxhyve
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
zchee/libhyperkit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Go bindings to usexhyve as a library.
- OS X Yosemite and upwards
- Go 1.5.x
go get github.com/hooklift/xhyve
package mainimport ("os""github.com/TheNewNormal/libxhyve")funcmain() {iferr:=xhyve.Run(os.Args);err!=nil {panic(err)}}
There is small CLI that you can use to test the library.
cd cmd/xhyve; go buildsudo ./xhyve -m 1024M -c 1 -A -s 0:0,hostbridge -s 31,lpc \-l com1,stdio -s 2:0,virtio-net -U 6BCE442E-4359-4BD9-84F7-EDFB8EC6D2EF \-f'kexec,imgs/vmlinuz,imgs/initrd.gz,earlyprintk=serial console=ttyS0'
About
HyperKit bindings for Go
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Languages
- C97.8%
- OCaml0.7%
- C++0.5%
- Makefile0.4%
- Go0.4%
- Objective-C0.2%
