Skip to content

Commit

Permalink
descriptor table fix attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Mar 20, 2024
1 parent c2e35c0 commit c1b0bfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5534,12 +5534,12 @@ const std::map<VM::u8, VM::core::technique> VM::core::table = {
{ VM::QEMU_DIR, { 45, VM::qemu_dir }},
{ VM::VPC_PROC, { 30, VM::vpc_proc }},
{ VM::VPC_INVALID, { 75, VM::vpc_invalid }},
{ VM::SIDT, { 30, VM::sidt }},
{ VM::SGDT, { 30, VM::sgdt }},
{ VM::SLDT, { 15, VM::sldt }},
//{ VM::OFFSEC_SIDT, { 60, VM::offsec_sidt }},
//{ VM::OFFSEC_SGDT, { 60, VM::offsec_sgdt }},
//{ VM::OFFSEC_SLDT, { 20, VM::offsec_sldt }},
//{ VM::SIDT, { 30, VM::sidt }},
//{ VM::SGDT, { 30, VM::sgdt }},
//{ VM::SLDT, { 15, VM::sldt }},
{ VM::OFFSEC_SIDT, { 60, VM::offsec_sidt }},
{ VM::OFFSEC_SGDT, { 60, VM::offsec_sgdt }},
{ VM::OFFSEC_SLDT, { 20, VM::offsec_sldt }},
{ VM::HYPERV_BOARD, { 45, VM::hyperv_board }}

// __TABLE_LABEL, add your technique above
Expand Down

0 comments on commit c1b0bfa

Please sign in to comment.