source: rtems/doc/porting/porting.texi @ 397bff45

4.104.114.84.95
Last change on this file since 397bff45 was 397bff45, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/03 at 18:04:22

2003-09-19 Joel Sherrill <joel@…>

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