summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/projects.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:23:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:23:18 +0000
commitb0ab1d747bfb93b1d9bf65cd901762d94da374ea (patch)
tree1cc030560c685bd07e5cd04c4370b9e310dce220 /doc/FAQ/projects.t
parentPatch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b0ab1d747bfb93b1d9bf65cd901762d94da374ea.tar.bz2
Added projects chapter to FAQ.
Diffstat (limited to 'doc/FAQ/projects.t')
-rw-r--r--doc/FAQ/projects.t113
1 files changed, 113 insertions, 0 deletions
diff --git a/doc/FAQ/projects.t b/doc/FAQ/projects.t
new file mode 100644
index 0000000000..5bd7043207
--- /dev/null
+++ b/doc/FAQ/projects.t
@@ -0,0 +1,113 @@
+@c
+@c COPYRIGHT (c) 1988-1999.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter RTEMS Projects
+
+The questions in this category are regarding things that people
+are working on or that the RTEMS community would like to see work on.
+
+There are multiple ways to support the RTEMS Project. Financial support
+is always welcomed. This can be via sponsorship of a specific project
+such as one of the ones listed here or via volunteering in some
+capacity.
+
+@section Other Filesystems
+
+This is a list of the filesystems that would be nice to have support
+for in RTEMS. For each filsystem, status and contact information is
+provided for those who have expressed interest in helping out or are actively
+working on it.
+
+@itemize @bullet
+@item TFTP client - read only, no write capability
+@itemize @bullet
+@item No Contact
+@end itemize
+
+@item DOS Filesystem - ???
+@itemize @bullet
+@item Peter Shoebridge <peter@@zeecube.com>
+@item Victor V. Vengerov <vvv@@tepkom.ru>
+@end itemize
+
+@item CD-ROM Filesystem - ???
+@itemize @bullet
+@item Peter Shoebridge <peter@@zeecube.com>
+@end itemize
+
+@item Flash Filesystem(s) - ???
+@itemize @bullet
+@item Rod Barman <rodb@@ieee.org>
+@item Victor V. Vengerov <vvv@@tepkom.ru>
+@end itemize
+
+@item Remote Host Filesystem - ???
+@itemize @bullet
+@item Wayne Bullaughey <wayne@@wmi.com>
+@end itemize
+
+@item NFS client - ???
+@itemize @bullet
+@item No Contact
+@end itemize
+
+@end itemize
+
+@section Java
+
+@subsection Kaffe
+
+This porting effort is underway and active.
+
+@itemize @bullet
+@item Jiri Gaisler <jgais@@ws.estec.esa.nl>
+@item Oscar Martinez de la Torre <omt@@wm.estec.esa.nl>
+@end itemize
+
+NOTE: An older version of Kaffe was ported to a pre-4.0 version of RTEMS.
+The network support in RTEMS was immature at that port and Kaffe had
+portability problems. Together these resulted in an unclean port which
+was never merged.
+
+@subsection GNU Java Compiler (gjc)
+
+This porting effort is underway and active.
+
+@itemize @bullet
+@item Charles-Antoine Gauthier <charles.gauthier@@iit.nrc.ca>
+@end itemize
+
+@section CORBA
+
+@subsection TAO
+
+This porting effort is pending testing. Erik ported the code but then
+discovered that his target board did not have enough memory to run
+any TAO tests.
+
+@itemize @bullet
+@item Erik Ivanenko <erik.ivanenko@@utoronto.ca>
+@end itemize
+
+@section APIs
+
+@subsection POSIX 1003.1b
+
+Support for POSIX 1003.1b is mature but there are a few remaining
+items including a handful of services, performance tests, and
+documentation. Please refer to the Status chapter of the
+@i{POSIX API User's Guide} for more details.
+
+@subsection ITRON 3.0
+
+Support for ITRON 3.0 is in its beginning stages. There are
+numerous managers left to implement, both functional and
+performance tests to write, and much documentation remaining.
+Please refer to the Status chapter of the @i{ITRON 3.0 API User's Guide}
+for specific details.
+