diff --git a/README.md b/README.md index 14da0f3..0467420 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. ##### Features * Integration with VDM... -* Hypervisor has its own GDT, TSS, IDT, and address space... +* Hypervisor has its "own" GDT, TSS, IDT, and address space (some entries point to guest controlled addresses explained below)... * Read/Write Virtual memory example... * SEH in vmxroot handled by hypervisor interrupt handlers... * SEH works reguardless if manually mapped or loaded normally...