source: rtems/doc/supplements/i960/preface.texi @ 0660b4f8

4.104.114.84.95
Last change on this file since 0660b4f8 was 0660b4f8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 19:50:56

Changed copyright date to 1999.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1999.
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
15(RTEMS) is 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
24For information on the i960CA and the i960 processor
25family in general, refer to the following documents:
26
27@itemize @bullet
28@item @cite{80960CA User's Manual, Intel, Order No. 270710}.
29
30@item @cite{32-Bit Embedded Controller Handbook, Intel, Order No.  270647}.
31
32@item @cite{Glenford J. Meyers and David L. Budde. The 80960
33Microprocessor Architecture. Wiley. New York. 1988}.
34@end itemize
35
36It is highly recommended that the i960CA RTEMS
37application developer obtain and become familiar with Intel's
38i960CA User's Manual.
39
40
Note: See TracBrowser for help on using the repository browser.