AT driver is not modified (debugging only);
TTY: select and revive with new notify and FS call back; kernel: removed old notify code; removed ugly prepare_shutdown timer kputc: don't send to FS if PRINTF_PROC fails
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
* Directly sending it to TTY only displays the output. Sending it to the
|
||||
* log driver will cause the diagnostics to be buffered and displayed.
|
||||
*/
|
||||
#define PRINTF_PROC LOG_PROC_NR /* TTY or LOG_PROC_NR */
|
||||
#define PRINTF_PROC TTY /* TTY or LOG_PROC_NR */
|
||||
|
||||
/* NR_CONS, NR_RS_LINES, and NR_PTYS determine the number of terminals the
|
||||
* system can handle.
|
||||
|
||||
Reference in New Issue
Block a user