summaryrefslogtreecommitdiffstats
path: root/eng/preface.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-21 10:39:04 -0600
committerJoel Sherrill <joel@rtems.org>2018-12-17 18:34:29 -0600
commit1ae5e889fbf6e5e134402ab9fbdf5878dd9731e8 (patch)
tree36e4e17a9b50ecda6d10ae21ec4c0d743685c967 /eng/preface.rst
parentIntegrate images redrawn as part of GCI 2018 (diff)
downloadrtems-docs-1ae5e889fbf6e5e134402ab9fbdf5878dd9731e8.tar.bz2
Initial start of converting the Word outline to Rest
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
Diffstat (limited to 'eng/preface.rst')
-rw-r--r--eng/preface.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/eng/preface.rst b/eng/preface.rst
new file mode 100644
index 0000000..562f61f
--- /dev/null
+++ b/eng/preface.rst
@@ -0,0 +1,29 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. COMMENT: COPYRIGHT (c) 2018.
+.. COMMENT: RTEMS Foundation, The RTEMS Documentation Project
+
+Preface
+*******
+
+The Real Time Executive for Multiprocessor Systems (RTEMS) operating
+systems is a layered system with each of the public APIs implemented in
+terms of a common foundation layer called the SuperCore. RTEMS provides
+full capabilities for management of tasks, interrupts time, and multiple
+processors in addition to those features typical of generic operating
+systems. RTEMS has been implemented in both the Ada and C programming
+languages.
+
+.. topic: RTEMS Mission Statement
+
+ RTEMS development aims to provide a free deterministic real-time operating
+ system targeted towards deeply embedded systems which is competitive
+ with closed source products. The RTEMS project encourages the support
+ and use of standard APIs in order to promote application portability
+ and ease porting other packages to the RTEMS environment. Source:
+ https://devel.rtems.org/wiki/Mission_Statement
+
+The RTEMS development effort uses an open development environment in
+which all users collaborate to improve RTEMS. The RTEMS cross development
+toolset is based upon the free GNU tools and the open source C Library
+newlib. RTEMS supports many host platforms and target architectures.