Bareflank / hypervisor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Win10 BSOD

liujian883 opened this issue · comments

commented

Hello,
I use lastest Cygwin to compile the win10 version, make driver_quick command compile driver succeed, then I run make quick, encountered win10 blue screen, error code is KERNEL_SECURITY_CHECK_FAILURE

compiler: lastest VS2019 and WDK
windows version:20H2(19042.685)

thanks!

I'll be diving into Windows support for Bareflank 3.0 soon here. This will likely come up. I am not really sure what the issue is, but my guess is, we are not handling something right with the new version of Windows.

commented

Looking forward to the support of windows

@liujian883 @taodaqiao Windows should be working in Master now. Give it a test.