summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/shell/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libmisc/shell/README')
-rw-r--r--c/src/libmisc/shell/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/c/src/libmisc/shell/README b/c/src/libmisc/shell/README
index 2d38451cc6..d0064d4fde 100644
--- a/c/src/libmisc/shell/README
+++ b/c/src/libmisc/shell/README
@@ -19,10 +19,12 @@ NOTES:
2. You only need a termios dev to start a new session, add your new commands
and enjoy it.
-
+3. If you have tcp/ip inited you can start telnetd daemon.
+ You need register pseudo-terminals driver into device drivers table.
+ 16 ptyX termios device terminales are created into /dev/.
+ Calling rtems_initialize_telnetd() starts the daemon.
+ Enjoy it.
FUTURE:
1. Adding new commands in cmds.c to give file manegement to shell.
-
-2. Create a telnetd daemon. (pseudo-terminal needed)