DPMI code from .COM file? (Developers)
Wow!
It is really impressive. But it is too complicated for me and do not understand the code much.
However - is possible to change the lines 313-314 from "mov ax,4c00h / int 21h" to RETF ?
Why I examine all this stuff - I have a quite nice pascal unit and I am proud that it is a amphiguous code - it compiles in DOS 32-bit Freepascal and 16-bit realmode turbopascal.
I almost always use the Freepascal and 32-bit protected mode but anyway, in this unit I want to keep full compatibility with Turbo pascal.
And in this unit I have a function Get_DPMI_Info.
No problem in FreePascal as I simply call the DPMI function 400h and 401h.
But in Turbopascal we are in real mode but the DPMI server may or may not be installed (although not active in this moment). And it would be nice to get some info about this non-active daemon.
---
DOS-u-akbar!
Complete thread:
- DPMI code from .COM file? - Laaca, 11.05.2020, 13:37 (Developers)
- DPMI code from .COM file? - ecm, 11.05.2020, 14:42
- DPMI code from .COM file? - Laaca, 11.05.2020, 14:50
- DPMI code from .COM file? - ecm, 11.05.2020, 15:07
- DPMI code from .COM file? - ecm, 11.05.2020, 16:07
- DPMI code from .COM file? - Laaca, 11.05.2020, 22:44
- DPMI code from .COM file? - ecm, 11.05.2020, 23:05
- DPMI code from .COM file? - Laaca, 11.05.2020, 22:44
- DPMI code from .COM file? - Laaca, 11.05.2020, 14:50
- DPMI code from .COM file? - ecm, 11.05.2020, 14:59
- DPMI code from .COM file? - Rugxulo, 13.05.2020, 04:39
- DPMI code from .COM file? - CandyMan, 13.05.2020, 19:53
- DPMI code from .COM file? - ecm, 11.05.2020, 14:42