From 5c55d645d81f059a631526ca3d426a155f0c2f52 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 17 Feb 2021 23:38:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...