prokushev / pmdapi

protected mode DOS API translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PM DOS API translator allows the protected-mode program to call DOS
services directly, via the familiar int 21h and similar techniques.
While it may be a part of the DOS extender, the common practice is to
put it directly into a DPMI server instead, to save the DOS extenders
a great deal of work. Unfortunately, many DPMI servers do not contain
the DOS API translator, and as a result, some DOS extenders fail to run.

This is a port of dosemu's DOS API translator, that can be installed as
a TSR to provide the API translation services to protected-mode programs.

About

protected mode DOS API translator


Languages

Language:C 93.9%Language:Assembly 5.3%Language:Makefile 0.8%