Hypervisor Versions Save

lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI

v1.0.0

8 years ago

The Bareflank Team is proud to announce the first release of our hypervisor, version 1.0.0.

NOTES:

  • Linux support
  • Single core support (core 0)
  • Custom C runtime library for constructor / destructor support and registering exception handlers
  • Custom driver entry logic for loading the VMM
  • Custom ELF loader for loading the VMM modules
  • Userspace managament application (BFM) for starting / stopping the hypervisor
  • Custom kernel-safe unwind library for adding exception support to the VMM
  • Basic VMM with support for Intel x86_64. The VMM places the Host OS into a virtual machine and back out. Currently can be extended to provide additional functionality
  • Custom build environment
  • Complete set of unit tests
  • Documentation
  • Scripts for setting up Unbuntu, Debian and Fedora build environments.