Mail Archives: djgpp/1999/03/12/03:37:30
On Thu, 11 Mar 1999, Sebastian Schuberth wrote:
> for some reason I don't like to use DJGPP's
> _dpmi_free_physical_address_mapping function. Unfortunately a standard
> DPMI call to function 0x0801 doesn't seem to work.
I don't understand. __dpmi_free_physical_address_mapping is nothing more
than a bare-bones C wrapper around the DPMI function 0x0801. So why do
you want to do this?
Function 0x0801 is not part of the DPMI 0.9 specification, it is only
supported by DPMI v1.0, and most DPMI servers are only compatible with
version 0.9.
- Raw text -