source: rtems/cpukit/libmisc/shell/README @ 2649eef

4.104.115
Last change on this file since 2649eef was 70d689a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/01 at 22:08:46

2001-08-09 Fernando-Ruiz Casas <correo@…>

  • shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates.
  • Property mode set to 100644
File size: 667 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
223.  Telnetd daemon uses this (browse libnetworking/rtems_telnetd)
23    Enjoy it.
24
25FUTURE:
26
271.  Adding new commands in cmds.c to give file manegement to shell.
Note: See TracBrowser for help on using the repository browser.