source: rtems/bsps/sparc64/shared/helenos/README @ 142175ef

5
Last change on this file since 142175ef was 142175ef, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/18 at 07:57:54

bsps/sparc64: Move helenos to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1The sources in this directory are from the HelenOS project.
2See: http://www.helenos.org
3
4These sources are from release 0.4.2
5See: http://www.helenos.org/releases/HelenOS-0.4.2.tar.bz2
6
7Unless otherwise indicated, these files are licensed under a BSD-like
8license without advertising clause.
9See: http://www.helenos.org/license
10Or the file LICENSE in this directory.
11
12Source modifications are mostly documented in the individual source code files.
13Source that is removed is discarded by #ifdef 0 ... #endif blocks.
14
15The subdirectories here correspond to the following subdirectories in the
16HelenOS source tree (as of release 0.4.2):
17
18boot
19HelenOS-0.4.2/boot
20Various subdirectories related to booting the sparc64
21
22boot/genarch
23HelenOS-0.4.2/boot/genarch
24
25boot/generic
26HelenOS-0.4.2/boot/generic
27
28boot/include
29Various .h files from the following directories:
30  HelenOS-0.4.2/boot/genarch
31  HelenOS-0.4.2/boot/generic
32  HelenOS-0.4.2/boot/arch/sparc64/loader
33
34boot/sparc64
35HelenOS-0.4.2/boot/arch/sparc64
36
37kernel
38HelenOS-0.4.2/kernel
39Various subdirectories related to kernel code and services for the sparc64
40
41kernel/genarch
42HelenOS-0.4.2/kernel/genarch
43
44kernel/generic
45HelenOS-0.4.2/kernel/generic
46
47kernel/sparc64
48HelenOS-0.4.2/kernel/arch/sparc64/
49
Note: See TracBrowser for help on using the repository browser.