⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 preface.texi

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 TEXI
字号:
@c@c  COPYRIGHT (c) 1988-2002.@c  On-Line Applications Research Corporation (OAR).@c  All rights reserved.@c@c  $Id: preface.texi,v 1.5 2002/01/17 21:47:46 joel Exp $@c@ifinfo@node Preface, CPU Model Dependent Features, Top, Top@end ifinfo@unnumbered PrefaceThe Real Time Executive for Multiprocessor Systems(RTEMS) is designed to be portable across multiple processorarchitectures.  However, the nature of real-time systems makesit essential that the application designer understand certainprocessor dependent implementation details.  These processordependencies include calling convention, board support packageissues, interrupt processing, exact RTEMS memory requirements,performance data, header files, and the assembly languageinterface to the executive.This document discusses the PowerPC architecturedependencies in this port of RTEMS.It is highly recommended that the PowerPC RTEMSapplication developer obtain and become familiar with thedocumentation for the processor being used as well as thespecification for the revision of the PowerPC architecture whichcorresponds to that processor.@subheading PowerPC Architecture DocumentsFor information on the PowerPC architecture, refer tothe following documents available from Motorola and IBM:@itemize @bullet@item @cite{PowerPC Microprocessor Family: The Programming Environment}(Motorola Document MPRPPCFPE-01).@item @cite{IBM PPC403GB Embedded Controller User's Manual}.@item @cite{PoweRisControl MPC500 Family RCPU RISC Central ProcessingUnit Reference Manual} (Motorola Document RCPUURM/AD).@item @cite{PowerPC 601 RISC Microprocessor User's Manual}(Motorola Document MPR601UM/AD).@item @cite{PowerPC 603 RISC Microprocessor User's Manual}(Motorola Document MPR603UM/AD).@item @cite{PowerPC 603e RISC Microprocessor User's Manual}(Motorola Document MPR603EUM/AD).@item @cite{PowerPC 604 RISC Microprocessor User's Manual}(Motorola Document MPR604UM/AD).@item @cite{PowerPC MPC821 Portable Systems Microprocessor User's Manual}(Motorola Document MPC821UM/AD).@item @cite{PowerQUICC MPC860 User's Manual} (Motorola Document MPC860UM/AD).@end itemizeMotorola maintains an on-line electronic library for the PowerPCat the following URL:@itemize @code{ }@item @cite{http://www.mot.com/powerpc/library/library.html}@end itemizeThis site has a a wealth of information and examples.  Many of themanuals are available from that site in electronic format.@subheading PowerPC Processor Simulator InformationPSIM is a program which emulates the Instruction Set Architectureof the PowerPC microprocessor family.  It is reely available in sourcecode form under the terms of the GNU General Public License (version2 or later).  PSIM can be integrated with the GNU Debugger (gdb) toexecute and debug PowerPC executables on non-PowerPC hosts.  PSIM supports the addition of user provided device models which can beused to allow one to develop and debug embedded applications usingthe simulator.The latest version of PSIM is made available to the public viaanonymous ftp at ftp://ftp.ci.com.au/pub/psim orftp://cambridge.cygnus.com/pub/psim.  There is also a mailing list at powerpc-psim@@ci.com.au.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -