Skip to content

Bareflank Hypervisor (v1.0.0)

Compare
Choose a tag to compare
@rianquinn rianquinn released this 27 Apr 20:30
· 1118 commits to master since this release

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.