2017-11-02 05:40:46 +08:00
|
|
|
.. _usermode:
|
|
|
|
|
|
|
|
User Mode
|
|
|
|
#########
|
|
|
|
|
2017-11-09 03:26:55 +08:00
|
|
|
This section describes access policies for kernel objects, how system calls
|
|
|
|
are defined, and how memory may be managed to support user mode threads.
|
|
|
|
|
|
|
|
For details on creating threads that run in user mode, please see
|
|
|
|
:ref:`lifecycle_v2`.
|
2017-11-02 05:40:46 +08:00
|
|
|
|
|
|
|
.. toctree::
|
2017-11-09 03:26:55 +08:00
|
|
|
:maxdepth: 2
|
2017-11-02 05:40:46 +08:00
|
|
|
|
|
|
|
kernelobjects.rst
|
|
|
|
syscalls.rst
|
2017-11-08 01:02:32 +08:00
|
|
|
memory_domain.rst
|