Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HyperKit bindings for Go

License

NotificationsYou must be signed in to change notification settings

zchee/libhyperkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go bindings to usexhyve as a library.

Prerequisites

  • OS X Yosemite and upwards
  • Go 1.5.x

Install

go get github.com/hooklift/xhyve

Example

asciicast

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

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C97.8%
  • OCaml0.7%
  • C++0.5%
  • Makefile0.4%
  • Go0.4%
  • Objective-C0.2%

[8]ページ先頭

©2009-2025 Movatter.jp