pal_loader.rst 816 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. program:: pal_loader
  2. ======================================
  3. :program:`pal_loader` -- Run something
  4. ======================================
  5. .. note::
  6. This page is a stub.
  7. Synopsis
  8. ========
  9. :command:`pal_loader` [SGX] [GDB] {<*MANIFEST*> | <*EXECUTABLE*>} [<*ARGS*> ...]
  10. Description
  11. ===========
  12. Command line arguments
  13. ======================
  14. .. option:: SGX
  15. Enable :term:`SGX`.
  16. .. seealso::
  17. :envvar:`SGX environment variable <SGX>`
  18. For an equivalent.
  19. Environment variables
  20. =====================
  21. .. envvar:: SGX
  22. If not empty and not ``0``, enable :term:`SGX`. Could be used instead of
  23. :option:`SGX option <SGX>`. This has some unexplained interaction with
  24. :envvar:`SGX_RUN`.
  25. .. envvar:: SGX_RUN
  26. This is a mystery to me. It cannot be set together with :envvar:`SGX`.