StrikerX3 / virt86

x86 virtualization abstraction framework
MIT License
153 stars 17 forks source link

Add support for NetBSD NVMM #14

Open krytarowski opened 5 years ago

krytarowski commented 5 years ago

NVMM is the native hypervisor in NetBSD.

StrikerX3 commented 5 years ago

Documentation here and API here. Once implemented, the README and wiki need to be updated.

I'm not experienced with NetBSD, but I can guide development of the adapter for this platform. The netbsd-nvmm branch has the basics in place.