1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00

Add win7 compatibility

This commit is contained in:
momo5502
2022-03-27 12:31:13 +02:00
parent 1bbd9e9c73
commit 2c48c4b595
9 changed files with 116 additions and 27 deletions

View File

@ -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();