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

4.115
Last change on this file since abdeac2a was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • Property mode set to 100644
File size: 2.5 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) 1989-2011.
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@contents
85
86@include preface.texi
87@include developtools.texi
88@include sourcecode.texi
89@include cpumodels.texi
90@include cpuinit.texi
91@include interrupts.texi
92@include taskcontext.texi
93@include idlethread.texi
94@include prioritybitmap.texi
95@include codetuning.texi
96@include miscellaneous.texi
97@node Top, Preface, (dir), (dir)
98@top RTEMS Porting Guide
99
100@menu
101* Preface::
102* Development Tools::
103* Source Code Organization::
104* CPU Model Variations::
105* CPU Initialization::
106* Interrupts::
107* Task Context Management::
108* IDLE Thread::
109* Priority Bitmap Manipulation::
110* Code Tuning Parameters::
111* Miscellaneous::
112* Command and Variable Index::
113* Concept Index::
114@end menu
115
116@node Command and Variable Index, Concept Index, Miscellaneous Endian Swap Unsigned Integers, Top
117@unnumbered Command and Variable Index
118
119There are currently no Command and Variable Index entries.
120
121@c @printindex fn
122
123@node Concept Index, , Command and Variable Index, Top
124@unnumbered Concept Index
125
126There are currently no Concept Index entries.
127@c @printindex cp
128
129@bye
130
Note: See TracBrowser for help on using the repository browser.