Skip to content

PerditionC/pmdapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • Assembly 5.3%
  • Makefile 0.8%