Enlarged the buffer size to the standard CD block size - this greatly speeds up

the boot process. Will experiment with larger sizes later (24k is the current
limit, due to the memory layout used by the platform dependent code).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-10-17 13:52:18 +00:00
parent 597416d1dd
commit 94caf40a8e
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ TarFS::Volume::Init(boot::Partition *partition)
char *out = NULL;
char in[512];
char in[2048];
z_stream zStream = {
(Bytef*)in, // next in
sizeof(in), // avail in