Date: Thu, 1 Feb 1996 09:08:06 +0200 (IST) From: Eli Zaretskii To: Carlos Hasan Valdovino Cc: djgpp AT delorie DOT com Subject: Re: DJGPP V2 and DMA buffers... On 28 Jan 1996, Carlos Hasan Valdovino wrote: > There is any way to access memory in the first 1MB (conventional memory) > using DJGPP without needing to use selectors and/or _farpokex() routines? Use __djgpp_nearptr_enable() library function. It is explained in the v2.0 libc.inf Info file.