quickstart.rst 735 B

12345678910111213141516171819202122232425262728293031323334
  1. Quick Start
  2. ===========
  3. .. highlight:: sh
  4. (The following quick start instruction does not include the steps for running Graphene with
  5. sandboxing because sandboxing is an experimental feature.)
  6. 1. Clone the Graphene Repository::
  7. git clone https://github.com/oscarlab/graphene.git
  8. 2. Build Graphene::
  9. cd graphene
  10. make
  11. 3. Build and Run `helloworld`::
  12. cd LibOS/shim/test/native
  13. make
  14. ./pal_loader helloworld
  15. 4. Test LMBench Application::
  16. cd ..
  17. git submodule update --init apps
  18. cd apps/lmbench
  19. make
  20. cd lmbench-2.5/bin/linux
  21. ./pal_loader lat_syscall null
  22. ./pal_loader lat_syscall open
  23. ./pal_loader lat_syscall read
  24. ./pal_loader lat_proc fork