Changeset 9cc603ff in rtems
- Timestamp:
- 10/25/99 14:48:15 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4af77b03
- Parents:
- 1e57186
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/basic.t
r1e57186 r9cc603ff 27 27 28 28 RTEMS is a real-time executive which provides a high performance 29 environment for embedded military applications including the 30 following features: 29 environment for embedded military applications including many 30 features. The following is just a short list of the features 31 avilable in RTEMS. If you are interested in something that 32 is not on this list, please contact the RTEMS Team. Features 33 are being added continuously. 31 34 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 32 71 @itemize @bullet 33 72 @item multitasking capabilities … … 42 81 @end itemize 43 82 44 XXX This feature list is weak these days. :) 83 @end itemize 84 45 85 46 86 @section What standards does RTEMS support? … … 88 128 89 129 RTEMS was developed by On-Line Applications Research Corporation (OAR) 90 for the U.S. Army Missile Command. The original goal of RTEMS was 130 for the U.S. Army Missile Command prior to that organizations merger 131 with the Aviation Command that resulted in the new command, U. S. Army 132 Aviation and Missile command (AMCOM). The original goal of RTEMS was 91 133 to provide a portable, standards-based real-time executive for which 92 134 source code was available and royalties were paid. … … 116 158 117 159 The primary RTEMS mailing list is @code{rtems-list@@oarcorp.com}. You 118 can subscribe by sending a message with the word @b{subscribe } as the119 body to @code{rtems-list-request@@oarcorp.com}.160 can subscribe by sending a message with the word @b{subscribe rtems-list} 161 as the body to @code{majordomo@@oarcorp.com}. 120 162 121 163 @section Are there any license restrictions?
Note: See TracChangeset
for help on using the changeset viewer.