mirror of
https://github.com/tandasat/SimpleSvm
synced 2026-08-17 00:23:04 -04:00
No description
| SimpleSvm | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| SimpleSvm.sln | ||
SimpleSvm
Introduction
SimpleSvm is a minimalistic educational hypervisor for Windows on AMD processors. It aims to provide small and explanatory code to use Secure Virtual Machine (SVM), the AMD version of Intel VT-x, with Nested Page Tables (NPT) from a windows driver.
SimpleSvm is inspired by SimpleVisor, an Intel x64/EM64T VT-x specific hypervisor for Windows, written by Alex Ionescu (@aionescu).
Supported Platforms
- Windows 10 and later (x64)
- AMD processors with SVM and NPT support
Resources
-
AMD64 Architecture Programmer’s Manual Volume 2 and 3
-
SimpleVisor
-
HelloAmdHvPkg