summaryrefslogtreecommitdiffstats
path: root/bsps/sparc64/shared/helenos/README
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc64/shared/helenos/README')
-rw-r--r--bsps/sparc64/shared/helenos/README49
1 files changed, 49 insertions, 0 deletions
diff --git a/bsps/sparc64/shared/helenos/README b/bsps/sparc64/shared/helenos/README
new file mode 100644
index 0000000000..0750429f96
--- /dev/null
+++ b/bsps/sparc64/shared/helenos/README
@@ -0,0 +1,49 @@
+The sources in this directory are from the HelenOS project.
+See: http://www.helenos.org
+
+These sources are from release 0.4.2
+See: http://www.helenos.org/releases/HelenOS-0.4.2.tar.bz2
+
+Unless otherwise indicated, these files are licensed under a BSD-like
+license without advertising clause.
+See: http://www.helenos.org/license
+Or the file LICENSE in this directory.
+
+Source modifications are mostly documented in the individual source code files.
+Source that is removed is discarded by #ifdef 0 ... #endif blocks.
+
+The subdirectories here correspond to the following subdirectories in the
+HelenOS source tree (as of release 0.4.2):
+
+boot
+HelenOS-0.4.2/boot
+Various subdirectories related to booting the sparc64
+
+boot/genarch
+HelenOS-0.4.2/boot/genarch
+
+boot/generic
+HelenOS-0.4.2/boot/generic
+
+boot/include
+Various .h files from the following directories:
+ HelenOS-0.4.2/boot/genarch
+ HelenOS-0.4.2/boot/generic
+ HelenOS-0.4.2/boot/arch/sparc64/loader
+
+boot/sparc64
+HelenOS-0.4.2/boot/arch/sparc64
+
+kernel
+HelenOS-0.4.2/kernel
+Various subdirectories related to kernel code and services for the sparc64
+
+kernel/genarch
+HelenOS-0.4.2/kernel/genarch
+
+kernel/generic
+HelenOS-0.4.2/kernel/generic
+
+kernel/sparc64
+HelenOS-0.4.2/kernel/arch/sparc64/
+