Xref: news2.mv.net comp.os.msdos.djgpp:5860 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: dosmemput...Am I doing something wrong? Date: Thu, 11 Jul 1996 00:07:29 CDT Organization: Rice University, Houston, Texas Lines: 8 Message-ID: <31e48c11.sandmann@clio.rice.edu> References: Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > the variable `__tb' defined on . (The transfer buffer is usually > 16KB long, but this can be changed; 512 is the minimum.) Actually, the size of the stub is the effective minimum - even if you stubedit 512 bytes you will end up with something like 2100 bytes (but it's a very odd size, NOT a factor of 512). So you can be guaranteed the transfer buffer will be at least 2048 bytes. I/O performance may be very poor if you pick a value less than 4096, however.