Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 589 Bytes

SGX Exitless Page Swapping Project

how to build

Building does not require an SGX enabled computer, so you can check if it compiles even if you don't have an SGX capable machine.

CMake is configured to make everything when run in the top directory.

Preparation (assuming Ubuntu 18.04):

sudo apt install cmake libssl-dev libprotobuf-dev

Build Musl:

cd musl; ./configure; make

Generate Makefile:

cmake .

Build it:

make

how to test

Testing requires an SGX enabled machine with intel's SGX driver and SGX psw installed

cd loader

./loader ../samples/hello