ref: 68deae166d643538b36d89ecf48ec4af755f5e50
parent: 6c62c97db25ca86f1e313b75894ff028804d0f4f
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;
--
⑨