ref: 769fcc82efccf0efe1395e6d4a67bb68cda48eed
parent: 3487653524efc9c79e7173407446f6b83f8de81b
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Fri Jun 21 21:18:27 EDT 2013
devcons: change /dev/kmesg buffer back to normal 16K this makes it consistent with the manual again.
--- a/sys/src/9/port/devcons.c
+++ b/sys/src/9/port/devcons.c
@@ -73,8 +73,7 @@
*/
struct {Lock lk;
-// char buf[16384]; /* normal */
- char buf[256*1024]; /* for acpi debugging */
+ char buf[16384];
uint n;
} kmesg;
--
⑨