Simple hypervisor with using Intel VMX, written on pure C with ASM inlines. Compiled with GCC 7.3.0 and FASM
Features:
- Tiny size
- Any external libs non used
- Guest OS start running in virtual mode begin from first commands.
- SMP supported
- Implemented control of calls kernel functions from user mode applications.
Accepted guest OS: Windows 7 x32 with next limits:
- PAE options disabled
- UEFI disabled