summaryrefslogtreecommitdiffstats
path: root/user/start/windows.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-24 09:33:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:27 -0400
commita34c157d08ef2beaf7ff0f6930a0fce5ecf581cb (patch)
tree674b289af24f7d58264ebfa4eb571f9680d8a6c0 /user/start/windows.rst
parentFix bad formatting that somehow went into the doco. (diff)
downloadrtems-docs-a34c157d08ef2beaf7ff0f6930a0fce5ecf581cb.tar.bz2
Corrections from Worth Burruss. Many thanks.
Diffstat (limited to '')
-rw-r--r--user/start/windows.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/user/start/windows.rst b/user/start/windows.rst
index 2f78d5b..34998a9 100644
--- a/user/start/windows.rst
+++ b/user/start/windows.rst
@@ -83,10 +83,10 @@ Check the RSB has a valid environment:
$
To build a set of RTEMS tools for the Intel ``i386`` architecture. The build
-runs a single job rather a job per CPU in your machine and will take a long
-time so please be patient. The RSB creates a log file containing all the build
-output and it will be changing size. The RSB command to build ``i386`` tools
-is:
+runs a single job rather than a job per CPU in your machine and will take a
+long time so please be patient. The RSB creates a log file containing all the
+build output and it will be changing size. The RSB command to build ``i386``
+tools is:
.. code-block:: shell
@@ -323,7 +323,7 @@ Finally we run the RSB's parallel ``bootstrap`` command:
We will build the RTEMS kernel for the ``i386`` target and the ``pc686``
BSP. You can check the available BSPs by running the ``rtems-bsps`` command
-found in the to directory of the RTEMS kernel source. We build the Board
+found in the top directory of the RTEMS kernel source. We build the Board
Support Package (BSP) outside the kernel source tree:
.. code-block:: shell
@@ -468,6 +468,8 @@ Install the kernel to our prefix:
Building the LibBSD
~~~~~~~~~~~~~~~~~~~
-The RTEMS BSD Library or libBSD as it is also know is a package of FreeBSD code
+The RTEMS BSD Library or libBSD as it is also known is a package of FreeBSD code
ported to RTEMS. It provides a number of advantanced services including a
-networking stack
+networking stack.
+
+| This needs to move to a new section and be completed.