Message-ID: <32829F07.1FEF@ananke.amu.edu.pl> Date: Fri, 08 Nov 1996 03:46:31 +0100 From: Mark Habersack Reply-To: grendel AT ananke DOT amu DOT edu DOT pl Organization: Home, sweet home MIME-Version: 1.0 To: Wojciech Borkowski CC: djgpp AT delorie DOT com Subject: Re: mmap function References: <3280A426 DOT 41C6 AT ulmus DOT bot DOT astrouw DOT edu DOT pl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Wojciech Borkowski wrote: > > Hi All! > I made C++ library that use IRIX(unix?) mmap funtion (and his family: > munmap etc). > I port it to DJGPP without this but it is not as effective as I > expected. Have anybody a implementation of mmap for DJGPP? It's not that easy as you might expect to find the function in DOS environment. It would be possible to write it but you'd have to guarantee that the program in question will run ALWAYS under a DPMI 1.0 host. So far the only provider of full DPMI 1.0 services is 386Max. CWSDPMI provides some of DPMI 1.0 capabilities, unfortunately not those that map memory. So the answer here is NO - until we have a FREE DPMI 1.0 server (maybe soon...) -- ********************************************************************************* You tell me I'm drunk then you sit back and smug a while convinced that you're right, that you're still in command of your senses. I laugh at your superior attitude, your insincere platitudes will make me throw up. The sooner you realise I'm perfectly happy if I'm left to decide the company I choose. ************************* http://ananke.amu.edu.pl/~grendel *********************