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

4.104.114.84.95
Last change on this file since f84490b1 was f84490b1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/06/99 at 19:54:04

Now builds with full links.

  • Property mode set to 100644
File size: 2.8 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 @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
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 ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS Porting Guide: (porting).             The Porting Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@set is-C
43@clear is-Ada
44@set LANGUAGE C
45@set STRUCTURE structure
46@set ROUTINE function
47@set OR |
48@set RPREFIX RTEMS_
49@set DIRPREFIX rtems_
50@c the language is @value{LANGUAGE}
51@c NOTE:  don't use underscore in the name
52@c
53
54@c
55@c  Title Page Stuff
56@c
57
58@set edition @value{RTEMS-EDITION}
59@set version @value{RTEMS-VERSION}
60@set update-date @value{RTEMS-UPDATE-DATE}
61@set update-month @value{RTEMS-UPDATE-MONTH}
62
63@c
64@c  I don't really like having a short title page.  --joel
65@c
66@c @shorttitlepage RTEMS Porting Guide
67
68@setchapternewpage odd
69@settitle RTEMS Porting Guide
70@titlepage
71@finalout
72
73@title RTEMS Porting Guide
74@subtitle Edition @value{edition}, for RTEMS @value{version}
75@sp 1
76@subtitle @value{update-month}
77@author On-Line Applications Research Corporation
78@page
79@include ../common/cpright.texi
80@end titlepage
81
82@c  This prevents a black box from being printed on "overflow" lines.
83@c  The alternative is to rework a sentence to avoid this problem.
84
85@include preface.texi
86@include developtools.texi
87@include sourcecode.texi
88@include cpumodels.texi
89@include cpuinit.texi
90@include interrupts.texi
91@include taskcontext.texi
92@include idlethread.texi
93@include prioritybitmap.texi
94@include codetuning.texi
95@include miscellaneous.texi
96@ifinfo
97@node Top, Preface, (dir), (dir)
98@top porting
99
100This is the online version of the RTEMS Porting Guide.
101
102@menu
103* Preface::
104* Development Tools::
105* Source Code Organization::
106* CPU Model Variations::
107* CPU Initialization::
108* Interrupts::
109* Task Context Management::
110* IDLE Thread::
111* Priority Bitmap Manipulation::
112* Code Tuning Parameters::
113* Miscellaneous::
114* Command and Variable Index::
115* Concept Index::
116@end menu
117
118@end ifinfo
119@c
120@c
121@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
122@c
123
124@node Command and Variable Index, Concept Index, Miscellaneous Endian Swap Unsigned Integers, Top
125@unnumbered Command and Variable Index
126
127There are currently no Command and Variable Index entries.
128
129@c @printindex fn
130
131@node Concept Index, , Command and Variable Index, Top
132@unnumbered Concept Index
133
134There are currently no Concept Index entries.
135@c @printindex cp
136
137@contents
138@bye
139
Note: See TracBrowser for help on using the repository browser.