source: rtems/doc/supplements/hppa1_1/preface.texi @ ae68ff0

4.104.114.84.95
Last change on this file since ae68ff0 was ae68ff0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/97 at 12:40:11

Initial revision

  • Property mode set to 100644
File size: 1.1 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1997.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6
7@ifinfo
8@node Preface, CPU Model Dependent Features, Top, Top
9@end ifinfo
10@unnumbered Preface
11
12The Real Time Executive for Multiprocessor Systems
13(RTEMS) is designed to be portable across multiple processor
14architectures.  However, the nature of real-time systems makes
15it essential that the application designer understand certain
16processor dependent implementation details.  These processor
17dependencies include calling convention, board support package
18issues, interrupt processing, exact RTEMS memory requirements,
19performance data, header files, and the assembly language
20interface to the executive.
21
22For information on the PA-RISC V1.1 architecture in
23general, refer to the following documents:
24
25@itemize @bullet
26@item @cite{PA-RISC 1.1 Architecture and Instruction Set Reference
27Manual, Third Edition.  HP Part Number 09740-90039}.
28@end itemize
29
30It is highly recommended that the PA-RISC RTEMS
31application developer also obtain and become familiar with the
32Technical Reference Manual for the particular implementation of
33the PA-RISC being used.
34
Note: See TracBrowser for help on using the repository browser.