Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bareflank Hypervisor (v1.0.0) source code.tar.gz | 2016-04-27 | 1.3 MB | |
Bareflank Hypervisor (v1.0.0) source code.zip | 2016-04-27 | 1.6 MB | |
README.md | 2016-04-27 | 824 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
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.