Skip to content

Commit

Permalink
hyper-x v4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Oct 12, 2024
1 parent 568445f commit 2d45a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
- [ ] update sourceforge
- [X] fix the VM::vmaware struct
- [ ] do the ACPI technique and add it to hyper-x
- [ ]

# Distant plans
- add the library to conan.io when released
Expand Down
2 changes: 1 addition & 1 deletion src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ struct VM {

switch (eax()) {
case 11: run_mechanism = false; break; // real hyper-v vm
case 12: run_mechanim = true; break; // artifact hyper-v vm
case 12: run_mechanism = true; break; // artifact hyper-v vm
default:
// fallback in case eax fails
if (is_root_partition()) {
Expand Down

0 comments on commit 2d45a20

Please sign in to comment.