]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Adding README for FOSA
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 29 May 2008 15:39:37 +0000 (15:39 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 29 May 2008 15:39:37 +0000 (15:39 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1205 35b4ef3e-fd22-0410-ab77-dab3279adceb

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..888d4a0
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+Introduction
+============
+
+This is the development trunk of FOSA Fresh OS Adaption), a library to
+port FRSH to POSIX and non-POSIX platforms.
+
+
+This directory holds the C API and test examples.  Specific
+achievements or milestones will be reflected with static tags at:
+
+   http://www.frescor.org/private/svn/frescor/fosa/snapshots
+
+Extensive documentation about FOSA can be found in the D-EP3
+deliverable series.
+
+
+Directory Overview
+==================
+
+- README: This file.
+
+- COPYING: GNU GENERAL PUBLIC LICENSE
+
+- include/: FOSA API C header files.
+
+- src_marte/ :    source code of FOSA for MaRTE-OS
+- src_ose:        source code of FOSA for OSE
+- src_partikle/:  source code of FOSA for ParTiKle
+- src_aquosa/:    source code of FOSA for AQuoSA
+- src_rtlinux/:   source code of FOSA for RT-Linux
+
+- marte_non_local_jump:  temporary place holder for MaRTE-OS longjump
+                         implementation
+- lib/: libraries.
+
+- doc/: Extra Documentation (TODO, INSTALL, changelog and API_reference.pdf)
+
+
+