readme

来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 28 行

TXT
28
字号
##  $Id: README,v 1.3 2001/08/09 22:08:45 joel Exp $#This directory contains a shell user extensionprimary features:   + create a user shell terminal task.This code has not been extensively tested.  It is provided as a toolfor RTEMS users to open more shell terminal.Suggestions and comments are appreciated.NOTES:1.  printf() & getchar() works but you can't use     0,1,2 like fildes. You need to use fileno(stdin),fileno(stdout),...    2.  You only need a termios dev to start a new session, add your new commands    and enjoy it.3.  Telnetd daemon uses this (browse libnetworking/rtems_telnetd)    Enjoy it.FUTURE:1.  Adding new commands in cmds.c to give file manegement to shell.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?