summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-01 18:18:51 -0500
committerJoel Sherrill <joel@rtems.org>2016-11-01 18:18:51 -0500
commit419afabef559950649baa6be32092a72667d9838 (patch)
tree3cbe558e3576076d56324b83c87b74f6b7cec169
parentPrefix all doc archives with rtems-. (diff)
downloadrtems-release-419afabef559950649baa6be32092a72667d9838.tar.bz2
README-doc.txt.in: Add SPARC and fix some formatting.
-rw-r--r--README-doc.txt.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/README-doc.txt.in b/README-doc.txt.in
index 7e795e8..7a79724 100644
--- a/README-doc.txt.in
+++ b/README-doc.txt.in
@@ -4,12 +4,12 @@ RTEMS Embedded Realtime Operating System
Release: @RELEASE@
Date : @DATE@
-The Real-Time Executive for Multiprocessor Systems or RTEMS is an open source
-Real Time Operating System (RTOS) that supports open standard application
-programming interfaces (API) such as POSIX. It is used in space flight,
-medical, networking and many more embedded devices using processor
-architectures including ARM, PowerPC, Intel, Blackfin, MIPS, Microblaze and
-more.
+The Real-Time Executive for Multiprocessor Systems or RTEMS is an open
+source Real Time Operating System (RTOS) that supports open standard
+application programming interfaces (API) such as POSIX. It is used in
+space flight, medical, networking and many more embedded devices using
+processor architectures including ARM, PowerPC, SPARC, Intel, Blackfin,
+MIPS, Microblaze and more.
This directory contains the source code for the RTEMS @VERSION@ operating
system and tools. Please refer to the RTEMS Developers Wiki for the release
@@ -40,8 +40,8 @@ Release Files
- contrib Directory contains extra release related files.
- rtems-@RELEASE@.tar.xz The RTEMS kernel source code.
- rtems-source-builder-@RELEASE@.tar.xz The RTEMS Source Builder source code.
- - rtems-tools-@RELEASE@.tar.xz The RTEMS Tools source code.
- - rtems-docs-@RELEASE@.tar.xz The RTEMS Documentation source.
+ - rtems-tools-@RELEASE@.tar.xz The RTEMS Tools source code.
+ - rtems-docs-@RELEASE@.tar.xz The RTEMS Documentation source.
- sha512sum.txt The SHA512 checksums for this directory.
- docs The generated RTEMS documentation.
- sources The source code the tools for this release.
@@ -95,7 +95,7 @@ The following builds RTEMS for the SPARC architecture:
$ cd rtems-source-builder-@RELEASE@/rtems
$ ../source-builder/sb-set-builder \
--prefix=$HOME/development/rtems/@RELEASE@ \
- @VERSION@/rtems-sparc
+ @VERSION@/rtems-sparc
To disable building the RTEMS Kernel add to the command line '--without-rtems'.