diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-03-07 17:18:44 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2011-03-07 17:18:44 -0600 |
| commit | a9f22d0cc3a200599815f45ba1414eb67f44222b (patch) | |
| tree | 975769212caa39a3627233a94dfe8fd3f96d1ec7 /src/include/kernel/console.H | |
| parent | e42f410c045d7751cba48ed091301e71cf36b207 (diff) | |
| download | talos-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.H | 2 |
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(); |

