source: rtems/doc/cpu_supplement/cpu_supplement.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.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename cpu_supplement.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 CPU 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 Supplement
28@direntry
29* RTEMS CPU Architecture Supplement: (cpu_supplement).
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 CPU Architecture Supplement
41
42@setchapternewpage odd
43@settitle RTEMS CPU Architecture Supplement
44@titlepage
45@finalout
46
47@title RTEMS CPU Architecture 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@include common/cpright.texi
54@end titlepage
55
56@c  This prevents a black box from being printed on "overflow" lines.
57@c  The alternative is to rework a sentence to avoid this problem.
58
59@contents
60
61@include preface.texi
62@include general.texi
63@include arm.texi
64@include avr.texi
65@include bfin.texi
66@include i386.texi
67@include lm32.texi
68@include m68k.texi
69@include mips.texi
70@include powerpc.texi
71@include sh.texi
72@include sparc.texi
73@include sparc64.texi
74@node Top, Preface, (dir), (dir)
75@top RTEMS CPU Architecture Supplement
76
77@menu
78* Preface::
79* Port Specific Information::
80* ARM Specific Information::
81* Atmel AVR Specific Information::
82* Blackfin Specific Information::
83* Intel/AMD x86 Specific Information::
84* Lattice Mico32 Specific Information::
85* M68xxx and Coldfire Specific Information::
86* MIPS Specific Information::
87* PowerPC Specific Information::
88* SuperH Specific Information::
89* SPARC Specific Information::
90* SPARC-64 Specific Information::
91* Command and Variable Index::
92* Concept Index::
93@end menu
94
95@node Command and Variable Index, Concept Index, , Top
96@unnumbered Command and Variable Index
97
98There are currently no Command and Variable Index entries.
99
100@c @printindex fn
101
102@node Concept Index, , Command and Variable Index, Top
103@unnumbered Concept Index
104
105There are currently no Concept Index entries.
106@c @printindex cp
107
108@bye
109
Note: See TracBrowser for help on using the repository browser.