github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/cpvmm/README.md (about) 1 CloudProxy VMM 2 -------------- 3 4 The CloudProxy VMM is derived from a hypervisor called eVMM written at Intel and 5 released under the Apache 2.0 license. To build the current version of the code 6 using cmake and ninja, create a build directory out of tree, e.g., at 7 ../cprelease, and run 8 9 cd cprelease 10 cmake -G Ninja ../cpvmm -DCMAKE_BUILD_TYPE=Release 11 ninja 12 13 This generates the files bin/bootstrap.bin and bin/evmm.bin.