Update README.md

merge-requests/1/head
_xeroxz 4 years ago
parent 51f47aa52e
commit 8c5206f984

@ -8,6 +8,13 @@
Bluepill is an Intel type-2 research hypervisor. This project is purely for educational purposes and is designed to run on Windows 10 systems.
This project uses WDK and thus Windows Kernel functions to facilitate vmxlaunch.
### Why Write A Hypervisor?
Why write a hypervisor? "To learn" is the typical response, but to learn what? To learn VMX instructions? To learn how to write a windows kernel driver? To learn how to use windbg? Although all of the prior reasons to write a hypervisor are important, learning how to read highly technical documents and extract what you need from the reading material is much more valuable than all of the other stuff one might learn while writing a hypervisor. This is best summed up as the old saying goes:
“Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime”
### VMCS
This section of the readme just contains notes and a list of things I stumbled on and took me a while to figure out and fix.

Loading…
Cancel
Save