summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/console.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-03-07 17:18:44 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-03-07 17:18:44 -0600
commita9f22d0cc3a200599815f45ba1414eb67f44222b (patch)
tree975769212caa39a3627233a94dfe8fd3f96d1ec7 /src/include/kernel/console.H
parente42f410c045d7751cba48ed091301e71cf36b207 (diff)
downloadtalos-hostboot-a9f22d0cc3a200599815f45ba1414eb67f44222b.tar.gz
talos-hostboot-a9f22d0cc3a200599815f45ba1414eb67f44222b.zip
Support running a full system worth of threads.
Diffstat (limited to 'src/include/kernel/console.H')
-rw-r--r--src/include/kernel/console.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/console.H b/src/include/kernel/console.H
index 964882a66..0c2f55d60 100644
--- a/src/include/kernel/console.H
+++ b/src/include/kernel/console.H
@@ -12,7 +12,7 @@ class Console
public:
int putc(int);
- enum { BUFFER_SIZE = 1024 * 4 };
+ enum { BUFFER_SIZE = 1024 * 16 };
protected:
Console();
OpenPOWER on IntegriCloud