summaryrefslogtreecommitdiffstats
path: root/doc/porting/preface.texi
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-15 10:37:59 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:13:21 -0600
commit48a7fa31f918a6fc88719b3c9393a9ba2829f42a (patch)
tree10bf638de133099fcabe5fe713ca98a546a27ab2 /doc/porting/preface.texi
parentRemove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ (diff)
downloadrtems-48a7fa31f918a6fc88719b3c9393a9ba2829f42a.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
closes #2812.
Diffstat (limited to '')
-rw-r--r--doc/porting/preface.texi37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/porting/preface.texi b/doc/porting/preface.texi
deleted file mode 100644
index dfdcfbc1f8..0000000000
--- a/doc/porting/preface.texi
+++ /dev/null
@@ -1,37 +0,0 @@
-@c
-@c COPYRIGHT (c) 1989-2011.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
-
-@node Preface, Development Tools, Top, Top
-@unnumbered Preface
-
-The purpose of this manual is to provide a roadmap to those people porting
-RTEMS to a new CPU family. This process includes a variety of activities
-including the following:
-
-@itemize @bullet
-
-@item targeting the GNU development tools
-
-@item porting the RTEMS executive code
-
-@item developing a Board Support Package
-
-@item writing an RTEMS CPU Supplement manual for the completed port.
-
-@end itemize
-
-This document focuses on the process of actually porting the RTEMS
-executive code proper. Each of the data structures, routines, and macro
-definitions required of a port of RTEMS is described in this document.
-
-Porting any operating system, including RTEMS, requires knowledge of the
-operating system, target CPU architecture, and debug environment. It is
-very desirable to have a CPU simulator or hardware emulator when debugging
-the port. This manual assumes that the user is familiar with building and
-using RTEMS, the C programming language, and the target CPU architecture.
-It is desirable to be familiar with the assembly language for the target
-CPU family but since only a limited amount of assembly is required to port
-RTEMS.
-