OUTPUT_PROCS_ARRAY in <minix/config.h>, in that order, terminated by NONE.
log no longer forwards messages to tty itself. This leads to less funny
loops and more robust debug-message handling. Also the list of
processes receiving messages can easily be changed around or disabled by
editing the array (e.g. disable it by changing the array to { NONE }.).
|
||
|---|---|---|
| .. | ||
| env_get_prm.c | ||
| env_panic.c | ||
| env_parse.c | ||
| env_prefix.c | ||
| fkey_ctl.c | ||
| getuptime.c | ||
| kmalloc.c | ||
| kprintf.c | ||
| kputc.c | ||
| Makefile | ||
| panic.c | ||
| report.c | ||
| sysutil.h | ||
| taskcall.c | ||
| tickdelay.c | ||