ftp.delorie.com/archives/browse.cgi | search |
Date: | Mon, 28 Nov 94 12:14:50 -0500 |
From: | dj AT stealth DOT ctron DOT com (DJ Delorie) |
To: | frankie AT si DOT upc DOT es |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Subject: | Re: I/O Buffer |
The current djgpp stuff (1.X) is limited to a 4K buffer for the default I/O routines, regardless of the setbuf() setting. In the upcoming 2.X, the buffer size is something that can be edited through stubedit, and can be as large as 60K, and the I/O routines will dynamically use the larger size. For now, you can allocate your own buffer and do dos I/O to it through the routines in <dpmi.h>. DJ
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |