From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: allocating conventional memory (a segment would be good) Date: Tue, 22 Jul 1997 09:41:16 -0400 Organization: Cornell University Lines: 12 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33D4B87C.582@cornell.edu> References: <33D42695 DOT 73F804CB AT execulink DOT com> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jeff Weeks wrote: > > How would I go about allocating a large chunk of conventional memory > in DJGPP? I started using the DJGPP transfer buffer, but it's just > not big enough (4kb). I think 64kb (a full segment) would be great, > if possible. i think the transfer buffer is 16k. in any case info libc alpha _go32_dpmi_allocate_dos_memory -- Sinan