From 16f2c5ee463ff6ab8baa5448a1bdcc4ca43e8a9a Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 18 Feb 2021 00:43:30 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4475f7d..f12768a 100644 --- a/README.md +++ b/README.md @@ -216,3 +216,13 @@ vdm::write_phys_t _write_phys = reinterpret_cast(addr), buffer, size); }; ``` + +# Related Work - Resources + +[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/) +[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) +[wbenny - hvpp (very nice btw, good reference)](https://github.com/wbenny/hvpp) +[_xeroxz - Hyper-v Hacking Framework](https://githacks.org/_xeroxz/voyager)