* We still lose information, so I enlarged this buffer a bit more.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27090 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-08-20 20:43:03 +00:00
parent 27ba18f412
commit 8b7a165ad3

View File

@ -34,7 +34,7 @@ static const uint32 kSerialBaudRate = 115200;
static int32 sSerialEnabled = 0;
static uint16 sSerialBasePort = 0x3f8;
static char sBuffer[8192];
static char sBuffer[16384];
static uint32 sBufferPosition;