pal_loader.rst 655 B

12345678910111213141516171819202122232425262728293031323334353637
  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>`.