From fd0d66c68a30c7747fce391055e30a5e5382465c Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 20 Feb 2021 07:52:42 +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 b96fd71..2e6680f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch. * [Intel Manual Volume 3C](https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf) * [daax - 7 Days To Virtualization: A Series On Hypervisor Development](https://revers.engineering/7-days-to-virtualization-a-series-on-hypervisor-development/) -* `@useless_shelf` - Helping facilitate vmlaunch, correcting exception injection mistakes +* `@temporary_shelf` - Helping facilitate vmlaunch, correcting exception injection mistakes * [Sina Karvandi - Hypervisor from scratch](https://rayanfam.com/topics/hypervisor-from-scratch-part-1/) * [HyperPlatform](https://github.com/tandasat/HyperPlatform) * [Gbps - gbhv](https://github.com/Gbps/gbhv)