source: rtems/doc/porting/sourcecode.t @ a543b4f

4.104.114.84.95
Last change on this file since a543b4f was 14780ecf, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 13:15:51

2003-08-22 Joel Sherrill <joel@…>

  • cpumodels.t, sourcecode.t: Reconcile differences between CVS trunk and 4.6 branch.
  • Property mode set to 100644
File size: 649 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Source Code Organization
10
11This section describes the organization of the source code within RTEMS
12that is CPU family and CPU model dependent.
13
14@section Introduction
15
16The CPU family dependent files associated with a port of the RTEMS
17executive code proper to a particular processor family are found in
18cpukit/score/cpu.  Support code for this port as well as processor
19dependent code which may be reused across multiple Board Support Packages
20is found in c/src/lib/libcpu.
21
22XXX list the files and directories here
23
Note: See TracBrowser for help on using the repository browser.