Date: Tue, 28 Sep 1999 16:19:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Czamai cc: djgpp AT delorie DOT com Subject: Re: __dpmi_free_physical_address_mapping does not work - why? In-Reply-To: <7sq5v9$cr5$1@newshost.germany.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 Sep 1999, Martin Czamai wrote: > When releasing the resources of a memory mapped device, why does > __dpmi_free_physical_address_mapping fail? The underlying DPMI function 0x801 is not part of the DPMI v0.9 spec, so most DPMI servers (including Windows) don't support it. What DPMI server did you use?