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:
parent
597416d1dd
commit
94caf40a8e
@ -522,7 +522,7 @@ TarFS::Volume::Init(boot::Partition *partition)
|
|||||||
|
|
||||||
char *out = NULL;
|
char *out = NULL;
|
||||||
|
|
||||||
char in[512];
|
char in[2048];
|
||||||
z_stream zStream = {
|
z_stream zStream = {
|
||||||
(Bytef*)in, // next in
|
(Bytef*)in, // next in
|
||||||
sizeof(in), // avail in
|
sizeof(in), // avail in
|
||||||
|
Loading…
Reference in New Issue
Block a user