summaryrefslogtreecommitdiffstats
path: root/user/exe/index.rst
blob: e22420ac82165ac329c6fca3afa98fe38a792c7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. SPDX-License-Identifier: CC-BY-SA-4.0

.. Copyright (C) 2018 Chris Johns <chrisj@rtems.org>

.. _Executables:

Executables
***********
.. index:: Executable
.. index:: Embedded executable

This section discusses what an RTEMS executable is and what happens when you
execute it in a target. The section discusses how an application executable is
created, what happens when an executable is loaded and run, debugging an
execiutable, and creating and dynamically loading code.

.. toctree::

   executables
   execution
   initialization
   debugging
   loader
   device-tree