summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
aa5d4c3)
This configuration is basically 38400 8N1, without echo and
in raw mode. Kernel will not process any of the characters
sent by the user.
*/
static char shell[] = "/bin/sh";
static char *utmp = NULL;
*/
static char shell[] = "/bin/sh";
static char *utmp = NULL;
-static char stty_args[] = "stty raw -echo -iexten echonl";
+static char stty_args[] = "stty raw pass8 nl -echo -iexten -cstopb 38400";
/* identification sequence returned in DA and DECID */
static char vtiden[] = "\033[?6c";
/* identification sequence returned in DA and DECID */
static char vtiden[] = "\033[?6c";