From 0918cc421d7d52ee3e317396dcd781cefe4ff204 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Aug 1998 13:25:22 +0000 Subject: Renamed intro to preface. --- doc/bsp_howto/intro.t | 24 ------------------------ doc/bsp_howto/preface.t | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 doc/bsp_howto/intro.t create mode 100644 doc/bsp_howto/preface.t (limited to 'doc/bsp_howto') diff --git a/doc/bsp_howto/intro.t b/doc/bsp_howto/intro.t deleted file mode 100644 index 8cbcdd63a1..0000000000 --- a/doc/bsp_howto/intro.t +++ /dev/null @@ -1,24 +0,0 @@ -@chapter = Introduction - -Before reading this documentation, it is strongly advised to read the -RTEMS Development Environment Guide to get acquainted with the RTEMS -directory structure. This document describes how to do a RTEMS Board -Support Package, i.e. how to port RTEMS on a new target board. Discussions -are provided for the following topics: - -@itemize @bullet - -@item RTEMS Board Support Packages organization, - -@item Makefiles and the linker command script, - -@item Board initialization code, - -@item Clock driver, - -@item Console driver, - -@item Timer driver. - -@end itemize - diff --git a/doc/bsp_howto/preface.t b/doc/bsp_howto/preface.t new file mode 100644 index 0000000000..8cbcdd63a1 --- /dev/null +++ b/doc/bsp_howto/preface.t @@ -0,0 +1,24 @@ +@chapter = Introduction + +Before reading this documentation, it is strongly advised to read the +RTEMS Development Environment Guide to get acquainted with the RTEMS +directory structure. This document describes how to do a RTEMS Board +Support Package, i.e. how to port RTEMS on a new target board. Discussions +are provided for the following topics: + +@itemize @bullet + +@item RTEMS Board Support Packages organization, + +@item Makefiles and the linker command script, + +@item Board initialization code, + +@item Clock driver, + +@item Console driver, + +@item Timer driver. + +@end itemize + -- cgit v1.2.3