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.09k stars 218 forks source link

Make hvpp work on Linux #10

Open wbenny opened 6 years ago

wbenny commented 6 years ago

This might be challenging, as the Linux headers and C++ don't like each other very much. I assume compiling OS-related stuff in separate .c files and link/wrap them with .cpp files together should work, though.