Mail Archives: djgpp/1996/05/15/11:51:59
John Fortin <fortin44 AT eelab DOT newpaltz DOT edu> said:
> I don't understand why we can't use a function such as
> dpmi_segment_to_descriptor to map this to a linear address without
> the disadvantages of the 'fat ds' method. What am I missing here??
I think you mean "__dpmi_map_conventional_memory_in_memory_block()"
I think we are up against the incomplete functionality of DPMI 0.9.
Linear mapping is a function only implemented in v1.0 of the DPMI spec.
i.e. OS/2 DOS boxes or Qualitas 386MAX. CWSDPMI also have this function
(allthough not all 1.0 functions).
BTW, what is so wrong with using the <farptr.h> functions ?
IMHO If you are lacking speed, you should optimize elsewhere.
Gisle V.
- Raw text -