delorie.com/archives/browse.cgi | search |
Xref: | news2.mv.net comp.os.msdos.djgpp:5860 |
From: | Charles Sandmann <sandmann AT clio DOT rice DOT edu> |
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: | <Pine DOT SUN DOT 3 DOT 91 DOT 960710082019 DOT 3598C-100000 AT is> |
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 <go32.h>. (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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |