source: rtems/doc/supplements/mips/mips.texi @ f321c9c1

Last change on this file since f321c9c1 was f321c9c1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 05:48:17

2003-08-30 Ralf Corsepius <corsepius@…>

  • mips.texi: include common/rtems.texi.
  • Makefile.am: Reflect changes to $(top_srcdir)/project.am.
  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename mips.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 Template Applications Supplement
20@c
21
22@include version.texi
23@include common/setup.texi
24@include common/rtems.texi
25
26@ifset use-ascii
27@dircategory RTEMS Target Supplements
28@direntry
29* RTEMS MIPS Applications Supplement: (mips).
30@end direntry
31@end ifset
32
33@c
34@c  Title Page Stuff
35@c
36
37@c
38@c  I don't really like having a short title page.  --joel
39@c
40@c @shorttitlepage RTEMS MIPS Applications Supplement
41
42@setchapternewpage odd
43@settitle RTEMS MIPS Applications Supplement
44@titlepage
45@finalout
46
47@title RTEMS MIPS Applications Supplement
48@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
49@sp 1
50@subtitle @value{UPDATED}
51@author On-Line Applications Research Corporation
52@page
53
54@include common/cpright.texi
55@end titlepage
56
57@c  This prevents a black box from being printed on "overflow" lines.
58@c  The alternative is to rework a sentence to avoid this problem.
59
60@include preface.texi
61@include cpumodel.texi
62@include callconv.texi
63@include memmodel.texi
64@include intr.texi
65@include fatalerr.texi
66@include bsp.texi
67@include cputable.texi
68@include wksheets.texi
69@include timing.texi
70@include timeBSP.texi
71@ifinfo
72@node Top, Preface, (dir), (dir)
73@top mips
74
75This is the online version of the RTEMS MIPS Applications Supplement.
76
77@menu
78* Preface::
79* CPU Model Dependent Features::
80* Calling Conventions::
81* Memory Model::
82* Interrupt Processing::
83* Default Fatal Error Processing::
84* Board Support Packages::
85* Processor Dependent Information Table::
86* Memory Requirements::
87* Timing Specification::
88* BSP_FOR_TIMES Timing Data::
89* Command and Variable Index::
90* Concept Index::
91@end menu
92
93@end ifinfo
94@c
95@c
96@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
97@c
98
99@node Command and Variable Index, Concept Index, BSP_FOR_TIMES Timing Data Rate Monotonic Manager, Top
100@unnumbered Command and Variable Index
101
102There are currently no Command and Variable Index entries.
103
104@c @printindex fn
105
106@node Concept Index, , Command and Variable Index, Top
107@unnumbered Concept Index
108
109There are currently no Concept Index entries.
110@c @printindex cp
111
112@contents
113@bye
114
Note: See TracBrowser for help on using the repository browser.