reduce kernel buffer size.

This commit is contained in:
Ben Gras 2009-01-20 13:57:24 +00:00
parent 86e7e4828e
commit 723a756c14

View file

@ -70,6 +70,6 @@ error "_MINIX_MACHINE has incorrect value (0)"
/* Kernel debug checks */
#define DEBUG_LOCK_CHECK 1 /* Interrupt Lock/unlock sanity checking. */
#define _KMESS_BUF_SIZE 30000
#define _KMESS_BUF_SIZE 10000
#endif /* _MINIX_SYS_CONFIG_H */