(The following quick start instruction does not include the steps for running Graphene with sandboxing because sandboxing is an experimental feature.)
git clone https://github.com/oscarlab/graphene.git
cd graphene
make
helloworld
cd LibOS/shim/test/native
make
./pal_loader helloworld
cd ..
git submodule update --init apps
cd apps/lmbench
make
cd lmbench-2.5/bin/linux
./pal_loader lat_syscall null
./pal_loader lat_syscall open
./pal_loader lat_syscall read
./pal_loader lat_proc fork