Memory mapped devices sometimes have memory mapped
at physical addresses that lie outside of the normal 1Mb
of memory that is addressable in real mode.
Under many implementations of DPMI, all addresses are linear addresses since
they use the paging mechanism of the 80386.
The service (e.g. INT 31h, Function 800h) can be used by
device drivers to convert a physical address into a linear address.
The linear address can then be used to access the device memory.
If I would like to convert a physical address into a linear address
but avoid performing any int386x interrupts, (DPMI Function calls)
is it still possible under QNX 4.25? What is the algorithm?
TIA
-GF