zephyr/doc/kernel/usermode/usermode.rst
Andrew Boie 2d2a97b3f6 docs: initial user mode documentation
This initial batch of documentation describes policies and
mechanism related to kernel objects and system calls.

Some details on porting user mode to a new arch have been
provided in the architecture porting guide.

Thread documentation updated with some user mode consideration.

This is not the final documentation, more to come in subsequent
patches.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-11-07 08:18:48 -05:00

14 lines
232 B
ReStructuredText

.. _usermode:
User Mode
#########
This section describes how threads may be configured to run in user mode,
and how permissions for these threads are managed.
.. toctree::
:maxdepth: 1
kernelobjects.rst
syscalls.rst