函数 | |
ShellCB * | OsGetShellCb () |
获取shell控制块 更多... | |
void | ShellDeinit (ShellCB *shellCB) |
static int | OsShellCreateTask (ShellCB *shellCB) |
static int | DoShellExec (char **argv) |
static void | ShellSigChildHook (int sig) |
int | main (int argc, char **argv) |
shell进程的入口函数 更多... | |
变量 | |
ShellCB * | g_shellCB = NULL |
|
static |
shell进程的入口函数