source: rtems/doc/supplements/hppa1_1/preface.texi @ 139b2e4a

4.104.114.84.95
Last change on this file since 139b2e4a was 139b2e4a, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/97 at 18:32:07

added CVS Id string

  • Property mode set to 100644
File size: 1.2 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@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 PA-RISC V1.1 architecture in
25general, refer to the following documents:
26
27@itemize @bullet
28@item @cite{PA-RISC 1.1 Architecture and Instruction Set Reference
29Manual, Third Edition.  HP Part Number 09740-90039}.
30@end itemize
31
32It is highly recommended that the PA-RISC RTEMS
33application developer also obtain and become familiar with the
34Technical Reference Manual for the particular implementation of
35the PA-RISC being used.
36
Note: See TracBrowser for help on using the repository browser.