A pure go implemention of the KVM API.
What does that mean?
- It probably doesn't work
- If it does, you probably shouldn't use it (yet)
- If you do, the API is subject to change and things will most likely break
- I would love feedback around the design of the API
The first goal of this project is to be able to run an extremely trivial VM. See this blog post for what I am using as a reference implementation and as a first goal. The barevm
command uses the kvm
package to build the VM outlined in the above blog post.
Run using
go run cmd/barevm/main.go