Date: Mon, 27 Jan 1997 09:21:01 +0200 (IST) From: Eli Zaretskii To: diaz daniel cc: djgpp AT delorie DOT com Subject: Re: mmap() or equivalent ??? In-Reply-To: <5c7cus$m8k@news-rocq.inria.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Jan 1997, diaz daniel wrote: > Q: how could I do this (or equivalent) under DJGPP ? AFAIK, you can't write mmap() in DJGPP unless your program will only run under DPMI 1.0 hosts. The only host which currently supports DPMI 1.0 spec is 386Max; all the rest are DPMI 0.9, where you can't have mmap(). This issue has come up time and again on this forum; you can read the relevant articles by pointing your Web browser to http://www.delorie.com/djgpp/mail-archives/ and searching for the word `mmap' (which is advisable to do before posting any questions, btw).