readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 29 行
TXT
29 行
## $Id: README,v 1.1 2001/08/09 22:06:51 joel Exp $#Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)This directory contains a telnetd serverprimary features: + create a user shell pseudo-terminal task.This code has not been extensively tested. It is provided as a toolfor RTEMS users to open more shell tcp/ip pseudo-terminal.Suggestions and comments are appreciated.Read libmisc/shell for more information.NOTES:1. OOB not yet implemented. Only a reduced negotiation is implemented. 2. 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:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?