source: rtems/doc/supplements/mips64orion/mips64orion.texi @ fa8c6ed

4.104.114.84.95
Last change on this file since fa8c6ed was fa8c6ed, checked in by Joel Sherrill <joel.sherrill@…>, on 10/07/99 at 18:17:36

Enabled table of contents generation so the left hand side of the PDF
viewer can have section headings.

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