wbenny / hvpp

hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
MIT License
1.11k stars 220 forks source link

how to port to 32-bit Windows? #17

Closed liuya0904 closed 6 years ago

liuya0904 commented 6 years ago

I only have 32-bit Windows 7 vmware vm. I plan to use this project here. How to port it to 32-bit OS?

wbenny commented 6 years ago

To port hvpp on x86, you can take inspiration from https://github.com/tandasat/HyperPlatform . Note that support of x86 architecture is not (and probably never will be) in focus of this project.