Date: Thu, 11 Sep 1997 17:07:37 +0300 (IDT) From: Eli Zaretskii To: Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: Re: fread slowstart In-Reply-To: <9709111405.AA18378@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 11 Sep 1997, Charles Sandmann wrote: > Except for the problem with DPMI 1.0 hosts, something like passing arguments > via protected mode should be just as easy or easier than expanding the > transfer buffer, and then 64K would not be a limit. Such a code was in dosexec.c before 2.01, and it was disabled because we didn't want to break DPMI 1.0 compatibility. It shouldn't be hard to resurreect it, but we need to decide how to deal with the DPMI 1.0 issue.