asamy / ksm

A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
https://asamy.github.io/ksm/
GNU General Public License v2.0
826 stars 181 forks source link

Windows 10 hates MinGW #12

Closed asamy closed 7 years ago

asamy commented 7 years ago

Seems to just casually BSOD. It runs for a while fine with the beep sound (the BSOD-incoming sound), then crashes with DRIVER_IRQL_NOT_LESS_OR_EQUAL. Specifically in vcpu_sync_idt in the memcpy call.

asamy commented 7 years ago

Fixed in f01e8f355f01