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

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[a7a33e7a]2@c %**start of header
3@setfilename FAQ
[6449498]4@setcontentsaftertitlepage
[a7a33e7a]5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
[6449498]11@c  COPYRIGHT (c) 1988-2002.
[a7a33e7a]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
[fc76a6aa]22@include version.texi
[110445c]23@include common/setup.texi
[a7a33e7a]24
[fc76a6aa]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
[a7a33e7a]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
[fc76a6aa]47@subtitle Edition @value{EDITION}, for @value{VERSION}
[a7a33e7a]48@sp 1
[fc76a6aa]49@subtitle @value{UPDATED}
[a7a33e7a]50@author On-Line Applications Research Corporation
51@page
[110445c]52@include common/cpright.texi
[a7a33e7a]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
[fe6bc7c]58@include basic.texi
[cb20294]59@include tools.texi
[70b8f3ed]60@include concepts.texi
[2f957f19]61@include build45.texi
[9d709f5]62@include bsp.texi
[92ff266]63@include debug.texi
[49a90508]64@include freesw.texi
[00d11bb7]65@include embeddedinfo.texi
[70b8f3ed]66@include hwdebugaids.texi
[b0ab1d74]67@include projects.texi
[f6b0196]68@include endoftime.texi
[a7a33e7a]69
70@ifinfo
[fe6bc7c]71@node Top, Basic Information, (dir), (dir)
[a7a33e7a]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::
[cb20294]83* General Development Tool Hints::
[70b8f3ed]84* RTEMS Concepts::
[2f957f19]85* Building RTEMS 4.5::
[9d709f5]86* BSP Questions::
[92ff266]87* Debugging Hints::
[49a90508]88* Free Software that Works with RTEMS::
[00d11bb7]89* Resources for Embedded Information::
[70b8f3ed]90* Hardware to Ease Debugging::
[b0ab1d74]91* RTEMS Projects::
[f6b0196]92* Date/Time Issues in Systems Using RTEMS::
[a7a33e7a]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
[0ab65474]103@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
[a7a33e7a]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.