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.72k stars 256 forks source link

UEFI compilation #14

Closed matanhuji closed 7 years ago

matanhuji commented 7 years ago

Hi,

The VS project creates a .sys file by default. A short guide how to generate the efi version (UEFI) would be just great.

matanhuji commented 7 years ago

Can someone please help me how to generate the efi version?

ionescu007 commented 7 years ago

Hi Matan,

Give me a few weeks. I have a PR from someone with the right build information for EDK-II.

ionescu007 commented 7 years ago

See 42dc94556b1e396251508989ed7168a7f219ade5