issues
search
Bareflank
/
hypervisor
lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
Other
1.36k
stars
207
forks
source link
Updates to match the changes to the BSL
#956
Closed
rianquinn
closed
3 years ago
rianquinn
commented
3 years ago
This patch addresses the following:
Adds a number of addition hypercall that are needed for MicroV
Updates the code to support the changes made to the BSL including better checking of safe integrals and narrow contracts
Adds a lib folder to contain code shared between the kernel and extensions where possible.
Minor initial additions for Rust. Still lots of work to do here
This patch addresses the following: