123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .. program:: pal_loader
- ======================================
- :program:`pal_loader` -- Run something
- ======================================
- .. note::
- This page is a stub.
- Synopsis
- ========
- :command:`pal_loader` [SGX] [GDB] {<*MANIFEST*> | <*EXECUTABLE*>} [<*ARGS*> ...]
- Description
- ===========
- Command line arguments
- ======================
- .. option:: SGX
- Enable :term:`SGX`.
- .. seealso::
- :envvar:`SGX environment variable <SGX>`
- For an equivalent.
- Environment variables
- =====================
- .. envvar:: SGX
- If not empty and not ``0``, enable :term:`SGX`. Could be used instead of
- :option:`SGX option <SGX>`. This has some unexplained interaction with
- :envvar:`SGX_RUN`.
- .. envvar:: SGX_RUN
- This is a mystery to me. It cannot be set together with :envvar:`SGX`.
|