hypervisor icon indicating copy to clipboard operation
hypervisor copied to clipboard

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

Results 7 hypervisor issues
Sort by recently updated
recently updated
newest added

Hello, I've been following Bareflank for a long time. however, the documentations are not helpful at all. can you please provide more examples for different usages of the SDK? the...

Hi,I want to run RTOS with hypervisor in Windows.Is there a better solution?

There was a example "hook" in Hypervisor 2.0, I want to implement sample process in Hypervisor 3.0 . But I can't find the function " ::intel_x64::vm::call " which was frequently...

Setting reserved bits causes loader to triple-fault when setting MSR_FMASK at least on Ryzen 4650 when running nested under QEMU/KVM. With reserved bits cleared (upper half of register) the hypervisor...

When trying to build the hypervisor I got the following error: ``` main.cpp:118:5: error: an attribute list cannot appear here 118 | [[nodiscard]] extern "C" auto | ^~~~~~~~~~~~~ ``` Apparently...

Hi, I am trying to get bareflank running on arch linux (I am on the latest version), but the alignment of the kernel_bin binary is not correct. This may be...

In read_file and get_file_size function, the original efi loader uses AllocatePool to allocate file and file info memory, it's crash on booting due to 4k unaligned pages, should use AllocatePages....