source: rtems/doc/supplements/i960/i960.texi @ fc76a6aa

4.104.114.84.95
Last change on this file since fc76a6aa was fc76a6aa, checked in by Joel Sherrill <joel.sherrill@…>, on 06/01/00 at 15:29:01

Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@…>.
Ralf's comments follow:

Changes:

  • Enhanced versioning:
    • Addition of automake's version.texi support
    • Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.)
    • Abandoning setup.texi.in
    • Add EDITION to each documents Makefile.am
    • version.texi support in project.am
    • Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)).
  • Fixing info dir support
    • Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY
    • $(infodir)/dir is now correctly set up
  • Avoid using temporary files
    • Pipe texts through REPLACE2 into BMENU2 instead of using temporary files.
    • Abandon using bmenu in favor of bmenu2 (bmenu could be removed now)
  • Prepare Makefile.ams for building in a separate buildtree
    • prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree

Notes:

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