devcons: change /dev/kmesg buffer back to normal 16K

this makes it consistent with the manual again.
This commit is contained in:
cinap_lenrek 2013-06-22 01:18:27 +02:00
parent 3487653524
commit 769fcc82ef

View file

@ -73,8 +73,7 @@ prflush(void)
*/ */
struct { struct {
Lock lk; Lock lk;
// char buf[16384]; /* normal */ char buf[16384];
char buf[256*1024]; /* for acpi debugging */
uint n; uint n;
} kmesg; } kmesg;