source: rtems/doc/porting/porting.texi @ e90e428

4.104.114.84.95
Last change on this file since e90e428 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • Property mode set to 100644
File size: 2.6 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename porting
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the Porting Guide
19@c
20
21@c Joel's Questions
22@c
23@c  1.  Why does paragraphindent only impact makeinfo?
24@c  2.  Why does paragraphindent show up in HTML?
25@c
26
27@include version.texi
28@include common/setup.texi
29
30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* RTEMS Porting Guide: (porting).      The Porting Guide
34@end direntry
35@end ifset
36
37@c variable substitution info:
38@c
39@set is-C
40@clear is-Ada
41@set LANGUAGE C
42@set STRUCTURE structure
43@set ROUTINE function
44@set OR |
45@set RPREFIX RTEMS_
46@set DIRPREFIX rtems_
47@c the language is @value{LANGUAGE}
48@c NOTE:  don't use underscore in the name
49@c
50
51@c
52@c  Title Page Stuff
53@c
54
55
56
57
58
59
60@c
61@c  I don't really like having a short title page.  --joel
62@c
63@c @shorttitlepage RTEMS Porting Guide
64
65@setchapternewpage odd
66@settitle RTEMS Porting Guide
67@titlepage
68@finalout
69
70@title RTEMS Porting Guide
71@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
72@sp 1
73@subtitle @value{UPDATED}
74@author On-Line Applications Research Corporation
75@page
76@include common/cpright.texi
77@end titlepage
78
79@c  This prevents a black box from being printed on "overflow" lines.
80@c  The alternative is to rework a sentence to avoid this problem.
81
82@include preface.texi
83@include developtools.texi
84@include sourcecode.texi
85@include cpumodels.texi
86@include cpuinit.texi
87@include interrupts.texi
88@include taskcontext.texi
89@include idlethread.texi
90@include prioritybitmap.texi
91@include codetuning.texi
92@include miscellaneous.texi
93@ifinfo
94@node Top, Preface, (dir), (dir)
95@top porting
96
97This is the online version of the RTEMS Porting Guide.
98
99@menu
100* Preface::
101* Development Tools::
102* Source Code Organization::
103* CPU Model Variations::
104* CPU Initialization::
105* Interrupts::
106* Task Context Management::
107* IDLE Thread::
108* Priority Bitmap Manipulation::
109* Code Tuning Parameters::
110* Miscellaneous::
111* Command and Variable Index::
112* Concept Index::
113@end menu
114
115@end ifinfo
116@c
117@c
118@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
119@c
120
121@node Command and Variable Index, Concept Index, Miscellaneous Endian Swap Unsigned Integers, Top
122@unnumbered Command and Variable Index
123
124There are currently no Command and Variable Index entries.
125
126@c @printindex fn
127
128@node Concept Index, , Command and Variable Index, Top
129@unnumbered Concept Index
130
131There are currently no Concept Index entries.
132@c @printindex cp
133
134@contents
135@bye
136
Note: See TracBrowser for help on using the repository browser.