--- linux/kernel/printk.c~ Fri Jan 26 18:50:28 2001
+++ linux/kernel/printk.c Fri Jan 26 23:59:31 2001
@@ -22,7 +22,7 @@
#include <asm/uaccess.h>
-#define LOG_BUF_LEN (16384)
+#define LOG_BUF_LEN (32768)
#define LOG_BUF_MASK (LOG_BUF_LEN-1)
static char buf[1024];
-d
-- There is a natural aristocracy among men. The grounds of this are virtue and talents. Thomas Jefferson The good thing about standards is that there are so many to choose from. Andrew S. Tanenbaum
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/