source: rtems/cpukit/libmisc/shell/README @ ab94137

4.104.114.84.95
Last change on this file since ab94137 was dd74e612, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/01 at 20:35:45

2001-04-20 Correo Fernando-ruiz <correo@…>

  • Added initial shell functionality.
  • Makefile.am, configure.in, wrapup/Makefile.am:
  • shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: New files.
  • Property mode set to 100644
File size: 643 bytes
Line 
1#
2#  $Id$
3#
4
5This directory contains a shell user extension
6primary features:
7
8   + create a user shell terminal task.
9
10This code has not been extensively tested.  It is provided as a tool
11for RTEMS users to open more shell terminal.
12Suggestions and comments are appreciated.
13
14NOTES:
15
161.  printf() & getchar() works but you can't use
17    0,1,2 like fildes. You need to use fileno(stdin),fileno(stdout),...
18   
192.  You only need a termios dev to start a new session, add your new commands
20    and enjoy it.
21
22
23
24FUTURE:
25
261.  Adding new commands in cmds.c to give file manegement to shell.
27
282.  Create a telnetd daemon. (pseudo-terminal needed)
Note: See TracBrowser for help on using the repository browser.