Changeset 9cc603ff in rtems


Ignore:
Timestamp:
10/25/99 14:48:15 (24 years ago)
Author:
Charles Phillips <Charles.Phillips@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4af77b03
Parents:
1e57186
Message:

Made html urls browable links. Updated the reference to the
U.S. Army Missile Command to show the merger with the Aviation
Command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/basic.t

    r1e57186 r9cc603ff  
    2727
    2828RTEMS is a real-time executive which provides a high performance
    29 environment for embedded military applications including the
    30 following features:
     29environment for embedded military applications including many
     30features. The following is just a short list of the features
     31avilable in RTEMS.  If you are interested in something that
     32is not on this list, please contact the RTEMS Team.  Features
     33are being added continuously.
    3134
     35@itemize @bullet
     36
     37@item Standards Compliant
     38@itemize @bullet
     39@item POSIX 1003.1b API including threads
     40@item RTEID/ORKID based Classic API
     41@end itemize
     42
     43@item TCP/IP Stack
     44@itemize @bullet
     45@item high performance port of FreeBSD TCP/IP stack
     46@item UDP, TCP
     47@item ICMP, DHCP, RARP
     48@item TFTP
     49@item RPC
     50@item FTPD
     51@item HTTPD
     52@item CORBA
     53@end itemize
     54
     55@item Debugging
     56@itemize @bullet
     57@item GNU debugger (gdb)
     58@item DDD GUI interface to GDB
     59@item thread aware
     60@item debug over Ethernet
     61@item debug over Serial Port
     62@end itemize
     63
     64@item Filesystem Support
     65@itemize @bullet
     66@item In-Memory Filesystem (IMFS)
     67@item TFTP Client Filesystem
     68@end itemize
     69
     70@item Basic Kernel Features
    3271@itemize @bullet
    3372@item multitasking capabilities
     
    4281@end itemize
    4382
    44 XXX This feature list is weak these days. :)
     83@end itemize
     84
    4585
    4686@section What standards does RTEMS support?
     
    88128
    89129RTEMS was developed by On-Line Applications Research Corporation (OAR)
    90 for the U.S. Army Missile Command.  The original goal of RTEMS was
     130for the U.S. Army Missile Command prior to that organizations merger
     131with the Aviation Command that resulted in the new command, U. S. Army
     132Aviation and Missile command (AMCOM).  The original goal of RTEMS was
    91133to provide a portable, standards-based real-time executive for which
    92134source code was available and royalties were paid.
     
    116158
    117159The primary RTEMS mailing list is @code{rtems-list@@oarcorp.com}.  You
    118 can subscribe by sending a message with the word @b{subscribe} as the
    119 body to @code{rtems-list-request@@oarcorp.com}.
     160can subscribe by sending a message with the word @b{subscribe rtems-list}
     161as the body to @code{majordomo@@oarcorp.com}.
    120162
    121163@section Are there any license restrictions?
Note: See TracChangeset for help on using the changeset viewer.