1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 10:41:50 +00:00

Fix hypervisor

This commit is contained in:
momo5502
2022-04-02 16:05:04 +02:00
parent aae1a8a69b
commit bd82bdb561
2 changed files with 4 additions and 7 deletions

View File

@ -318,7 +318,7 @@ void ShvVmxEptInitialize(vmx::vm_state* VpData)
//
// Loop every 1GB of RAM (described by the PDPTE)
//
__stosq((UINT64*)VpData->epdpt, tempEpde.full, PDPTE_ENTRY_COUNT * PDE_ENTRY_COUNT);
__stosq((UINT64*)VpData->epde, tempEpde.full, PDPTE_ENTRY_COUNT * PDE_ENTRY_COUNT);
for (i = 0; i < PDPTE_ENTRY_COUNT; i++)
{
//