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

4.104.114.84.95
Last change on this file since ee9dde16 was ee9dde16, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/25/03 at 16:45:48

2003-01-25 Ralf Corsepius <corsepiu@…>

  • FAQ.texi: Set @setfilename FAQ.info.
  • Property mode set to 100644
File size: 2.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename FAQ.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 RTEMS FAQ
20@c
21
22@include version.texi
23@include common/setup.texi
24
25@ifset use-ascii
26@dircategory RTEMS On-Line Manual
27@direntry
28* RTEMS FAQ: (FAQ).                    Frequently Asked Questions.
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 Frequently Asked Questions
40
41@setchapternewpage odd
42@settitle RTEMS Frequently Asked Questions
43@titlepage
44@finalout
45
46@title RTEMS Frequently Asked Questions
47@subtitle Edition @value{EDITION}, for @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 basic.texi
59@include tools.texi
60@include concepts.texi
61@include build45.texi
62@include bsp.texi
63@include debug.texi
64@include freesw.texi
65@include embeddedinfo.texi
66@include hwdebugaids.texi
67@include projects.texi
68@include endoftime.texi
69
70@ifinfo
71@node Top, Basic Information, (dir), (dir)
72@top FAQ
73
74This document is the RTEMS FAQ.  FAQ is an acronym for Frequently
75Asked Questions and we sincerely hope that this contains the answers
76to some of the questions most frequently asked about RTEMS.
77
78Common questions have been divided into the following categories.
79
80
81@menu
82* Basic Information::
83* General Development Tool Hints::
84* RTEMS Concepts::
85* Building RTEMS::
86* BSP Questions::
87* Debugging Hints::
88* Free Software that Works with RTEMS::
89* Resources for Embedded Information::
90* Hardware to Ease Debugging::
91* RTEMS Projects::
92* Date/Time Issues in Systems Using RTEMS::
93@end menu
94
95@c * Command and Variable Index::
96@c * Concept Index::
97@end ifinfo
98@c
99@c
100@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
101@c
102
103@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
104@c @unnumbered Command and Variable Index
105
106@c There are currently no Command and Variable Index entries.
107
108@c @printindex fn
109
110@c @node Concept Index, , Command and Variable Index, Top
111@c @unnumbered Concept Index
112
113@c There are currently no Concept Index entries.
114@c @printindex cp
115
116@contents
117@bye
118
Note: See TracBrowser for help on using the repository browser.