ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 258 forks source link

Fix some spelling mistakes #1

Closed zachriggle closed 8 years ago

ionescu007 commented 8 years ago

That's what happens when you write an entire page at midnight without a spell checker ;-)

Thank you!