mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-09-01 14:37:26 +00:00
Add win7 compatibility
This commit is contained in:
@@ -20,7 +20,8 @@ public:
|
||||
private:
|
||||
vmx::vm_state* vm_states_{nullptr};
|
||||
|
||||
void enable_core();
|
||||
void enable_core(uint64_t cr3);
|
||||
bool try_enable_core(uint64_t cr3);
|
||||
void disable_core();
|
||||
|
||||
void allocate_vm_states();
|
||||
|
Reference in New Issue
Block a user