* 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:
parent
27ba18f412
commit
8b7a165ad3
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user