source: rtems/doc/supplements/m68k/preface.texi @ 1e524995

4.104.114.84.95
Last change on this file since 1e524995 was 1e524995, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/98 at 14:14:30

Updated copyrights

  • Property mode set to 100644
File size: 2.0 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Preface, CPU Model Dependent Features, Top, Top
11@end ifinfo
12@unnumbered Preface
13
14The Real Time Executive for Multiprocessor Systems (RTEMS)
15is designed to be portable across multiple processor
16architectures.  However, the nature of real-time systems makes
17it essential that the application designer understand certain
18processor dependent implementation details.  These processor
19dependencies include calling convention, board support package
20issues, interrupt processing, exact RTEMS memory requirements,
21performance data, header files, and the assembly language
22interface to the executive.
23
24This document discusses the Motorola MC68xxx
25architecture dependencies in this port of RTEMS.  The MC68xxx
26family has a wide variety of CPU models within it.  The part
27numbers for these models are generally divided into MC680xx and
28MC683xx.  The MC680xx models are more general purpose processors
29with no integrated peripherals.  The MC683xx models, on the
30other hand, are more specialized and have a variety of
31peripherals on chip including sophisticated timers and serial
32communications controllers.
33
34It is highly recommended that the Motorola MC68xxx
35RTEMS application developer obtain and become familiar with the
36documentation for the processor being used as well as the
37documentation for the family as a whole.
38
39@subheading Architecture Documents
40
41For information on the Motorola MC68xxx architecture,
42refer to the following documents available from Motorola
43(@file{http//www.moto.com/}):
44
45@itemize @bullet
46@item @cite{M68000 Family Reference, Motorola, FR68K/D}.
47@end itemize
48
49@subheading MODEL SPECIFIC DOCUMENTS
50
51For information on specific processor models and
52their associated coprocessors, refer to the following documents:
53
54@itemize  @bullet
55@item @cite{MC68020 User's Manual, Motorola, MC68020UM/AD}.
56
57@item @cite{MC68881/MC68882 Floating-Point Coprocessor User's
58Manual, Motorola, MC68881UM/AD}.
59@end itemize
60
Note: See TracBrowser for help on using the repository browser.