bobuhiro11 / gokvm

KVM based tiny x86 hypervisor written in pure golang, which can boot Linux
https://blog.bobuhiro11.net/tags/gokvm.html
MIT License
206 stars 21 forks source link

Kvm/function add 3 #134

Closed ChriMarMe closed 1 year ago

ChriMarMe commented 1 year ago

And another batch of kvm functions. Now, we have most x86 related functions.

ChriMarMe commented 1 year ago

I deactivated the duplicate linter on kvm_test.go, because it started to complain.