source: rtems/doc/FAQ/FAQ.texi @ e90e428

4.104.114.84.95
Last change on this file since e90e428 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • Property mode set to 100644
File size: 2.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename FAQ
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the RTEMS FAQ
19@c
20
21@include version.texi
22@include common/setup.texi
23
24@ifset use-ascii
25@dircategory RTEMS On-Line Manual
26@direntry
27* RTEMS FAQ: (FAQ).                    Frequently Asked Questions.
28@end direntry
29@end ifset
30
31@c
32@c  Title Page Stuff
33@c
34
35@c
36@c  I don't really like having a short title page.  --joel
37@c
38@c @shorttitlepage RTEMS Frequently Asked Questions
39
40@setchapternewpage odd
41@settitle RTEMS Frequently Asked Questions
42@titlepage
43@finalout
44
45@title RTEMS Frequently Asked Questions
46@subtitle Edition @value{EDITION}, for @value{VERSION}
47@sp 1
48@subtitle @value{UPDATED}
49@author On-Line Applications Research Corporation
50@page
51@include common/cpright.texi
52@end titlepage
53
54@c  This prevents a black box from being printed on "overflow" lines.
55@c  The alternative is to rework a sentence to avoid this problem.
56
57@include basic.texi
58@include tools.texi
59@include concepts.texi
60@include build45.texi
61@include bsp.texi
62@include debug.texi
63@include freesw.texi
64@include embeddedinfo.texi
65@include hwdebugaids.texi
66@include projects.texi
67@include endoftime.texi
68
69@ifinfo
70@node Top, Basic Information, (dir), (dir)
71@top FAQ
72
73This document is the RTEMS FAQ.  FAQ is an acronym for Frequently
74Asked Questions and we sincerely hope that this contains the answers
75to some of the questions most frequently asked about RTEMS.
76
77Common questions have been divided into the following categories.
78
79
80@menu
81* Basic Information::
82* General Development Tool Hints::
83* RTEMS Concepts::
84* Building RTEMS 4.5::
85* BSP Questions::
86* Debugging Hints::
87* Free Software that Works with RTEMS::
88* Resources for Embedded Information::
89* Hardware to Ease Debugging::
90* RTEMS Projects::
91* Date/Time Issues in Systems Using RTEMS::
92@end menu
93
94@c * Command and Variable Index::
95@c * Concept Index::
96@end ifinfo
97@c
98@c
99@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
100@c
101
102@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
103@c @unnumbered Command and Variable Index
104
105@c There are currently no Command and Variable Index entries.
106
107@c @printindex fn
108
109@c @node Concept Index, , Command and Variable Index, Top
110@c @unnumbered Concept Index
111
112@c There are currently no Concept Index entries.
113@c @printindex cp
114
115@contents
116@bye
117
Note: See TracBrowser for help on using the repository browser.