summaryrefslogtreecommitdiffstats
path: root/user/installation
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-09 12:20:46 +1100
committerChris Johns <chrisj@rtems.org>2016-11-09 12:20:46 +1100
commitaa1c010e313ed4067e4d477f048cc6f0350b5e97 (patch)
tree81a11b93effebbea497262aff02a0b7accc390ca /user/installation
parentshell: Fix header levels. (diff)
downloadrtems-docs-aa1c010e313ed4067e4d477f048cc6f0350b5e97.tar.bz2
user: Fix header levels.
Diffstat (limited to 'user/installation')
-rw-r--r--user/installation/developer.rst6
-rw-r--r--user/installation/index.rst2
-rw-r--r--user/installation/kernel.rst14
-rw-r--r--user/installation/prefixes-sandboxing.rst2
-rw-r--r--user/installation/releases.rst4
5 files changed, 14 insertions, 14 deletions
diff --git a/user/installation/developer.rst b/user/installation/developer.rst
index 0db4a51..db62dc4 100644
--- a/user/installation/developer.rst
+++ b/user/installation/developer.rst
@@ -8,7 +8,7 @@
.. _unstable:
Developer (Unstable)
---------------------
+====================
.. index:: Git
RTEMS provides open access to it's development processes. We call this the
@@ -57,7 +57,7 @@ versions available to test with.
.. _macos-host-tools-chain:
POSIX and OS X Host Tools Chain
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------
This procedure will build a SPARC tool chain.
@@ -208,7 +208,7 @@ is `4.12` and is on master:
.. _windows-tool-chain:
Windows Host Tool Chain
-~~~~~~~~~~~~~~~~~~~~~~~
+-----------------------
.. index:: Microsoft Windows Installation
This section details how you create an RTEMS development environment on
diff --git a/user/installation/index.rst b/user/installation/index.rst
index 2864114..6f3db6b 100644
--- a/user/installation/index.rst
+++ b/user/installation/index.rst
@@ -6,7 +6,7 @@
.. _installation:
Installation
-============
+************
.. index:: Installation
This section details how to set up and install the RTEMS Ecosystem. You will
diff --git a/user/installation/kernel.rst b/user/installation/kernel.rst
index 676e2c2..907c918 100644
--- a/user/installation/kernel.rst
+++ b/user/installation/kernel.rst
@@ -6,14 +6,14 @@
.. _rtems-kernel:
RTEMS Kernel
-------------
+============
RTEMS is an open source real-time operating system. As a user you have access
to all the source code. The ``RTEMS Kernel`` section will show you how you
build the RTEMS kernel on your host.
Development Sources
-~~~~~~~~~~~~~~~~~~~
+-------------------
Create a new location to build the RTEMS kernel:
@@ -38,7 +38,7 @@ Clone the RTEMS respository:
Checking connectivity... done.
Tools Path Set Up
-~~~~~~~~~~~~~~~~~
+-----------------
We need to set our path to include the RTEMS tools we built in the previous
section. The RTEMS tools needs to be first in your path because RTEMS provides
@@ -52,7 +52,7 @@ the RTEMS version and not your host's versions:
.. _bootstrapping:
Bootstrapping
-~~~~~~~~~~~~~
+-------------
The developers version of the code from git requires we ``bootstrap`` the
source code. This is an ``autoconf`` and ``automake`` bootstrap to create the
@@ -140,7 +140,7 @@ directory then run the bootsrap commands:
Bootstrap time: 0:02:47.398824
Building a BSP
-~~~~~~~~~~~~~~
+--------------
We build RTEMS in a directory outside of the source tree we have just cloned
and ``bootstrapped``. You cannot build RTEMS while in the source tree. Lets
@@ -284,7 +284,7 @@ Build RTEMS using two cores:
make[1]: Leaving directory '/home/chris/development/rtems/kernel/erc32'
Installing A BSP
-~~~~~~~~~~~~~~~~
+----------------
All that remains to be done is to install the kernel. Installing RTEMS copies
the API headers and architecture specific libraries to a locaiton under the
@@ -340,7 +340,7 @@ RTEMS with the following command:
make[1]: Leaving directory '/home/chris/development/rtems/kernel/erc32'
Contributing Patches
-~~~~~~~~~~~~~~~~~~~~
+--------------------
RTEMS welcomes fixes to bugs and new features. The RTEMS Project likes to have
bugs fixed against a ticket created on our :r:url:`devel`. Please raise a
diff --git a/user/installation/prefixes-sandboxing.rst b/user/installation/prefixes-sandboxing.rst
index c797a1f..f91def6 100644
--- a/user/installation/prefixes-sandboxing.rst
+++ b/user/installation/prefixes-sandboxing.rst
@@ -6,7 +6,7 @@
.. _prefixes:
Prefixes
---------
+========
.. index:: Prefixes
diff --git a/user/installation/releases.rst b/user/installation/releases.rst
index dec59d4..92fce78 100644
--- a/user/installation/releases.rst
+++ b/user/installation/releases.rst
@@ -6,7 +6,7 @@
.. _released-version:
Releases
---------
+========
.. index:: tarball
.. index:: release
@@ -61,7 +61,7 @@ Once you have built the tools and kernel you can move to the Packages section
of the manual.
RTEMS Tools and Kernel
-~~~~~~~~~~~~~~~~~~~~~~
+----------------------
This procedure will build a SPARC tool chain. Set up a suitable workspace to
build the release in. On Unix: