debug buffer slightly usabler.

This commit is contained in:
Ben Gras 2008-12-19 15:19:42 +00:00
parent 866a4a667e
commit d2757d4b73

View file

@ -15,7 +15,7 @@
#define PRINTPROCS (sizeof(procs)/sizeof(procs[0]))
static char print_buf[80]; /* output is buffered here */
static char print_buf[800]; /* output is buffered here */
int kputc_use_private_grants= 0;