DPMI code from .COM file? (Developers)
Here's a full example (from my lDebug/assorted/tests/ directory, wasn't yet in any repo) that builds a new child PSP from the current PSP, DUPs the file handles to use in the child, sets this child PSP as active, enters protected mode, then returns back to the original process in 86 Mode. (Plus, it shows some callback usages.) It builds with nasm dpmipsp.asm -f bin -o dpmipsp.com -l dpmipsp.lst
---
l
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