source: rtems-docs/porting/source_code_org.rst @ d389819

4.115
Last change on this file since d389819 was 6733466, checked in by Amar Takhar <amar@…>, on 01/17/16 at 00:08:48

Split document into seperate files by section.

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