source: rtems/c/README @ f198c63

4.104.114.84.95
Last change on this file since f198c63 was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2#  $Id$
3#
4
5This is the top level of the RTEMS directory structure.  The following
6is a description of the files and directories in this directory:
7
8  LICENSE
9    Required legalese.
10
11  Makefile
12    The top-level Make command file used to build the C implementation
13    of RTEMS.  [RTEMS assumes the use of GNU make.]
14
15  Modules
16    Example Modules command files used to configure the user's environment
17    for RTEMS.  These require the Modules system administration package
18    available from numerous ftp sites.
19
20  README
21    This file.
22
23  REQUIRES
24    A list of the other tools which are assumed to be installed
25    before RTEMS is built.
26
27  SUPPORT
28    Information on third-party support for RTEMS.
29
30  build-tools
31    This directory contains the source for various utilities
32    needed to build RTEMS.
33
34  make
35    Make command files "included" from those in the source distribution.
36    [RTEMS assumes the use of GNU make.]
37
38  patches
39    This directory contains patches for this release of RTEMS.
40
41  src
42    This directory contains the source code for the C
43    implementation of RTEMS as well as the test suites, sample
44    applications, Board Support Packages, Device Drivers, and
45    support libraries.
Note: See TracBrowser for help on using the repository browser.