mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
Progress
This commit is contained in:
@ -20,8 +20,8 @@ public:
|
||||
private:
|
||||
vmx::vm_state* vm_states_{nullptr};
|
||||
|
||||
void enable_core(uint64_t cr3);
|
||||
bool try_enable_core(uint64_t cr3);
|
||||
void enable_core(uint64_t system_directory_table_base);
|
||||
bool try_enable_core(uint64_t system_directory_table_base);
|
||||
void disable_core();
|
||||
|
||||
void allocate_vm_states();
|
||||
|
Reference in New Issue
Block a user