NTVDM64
A virtual DOS machine for x64 Windows which works like ntvdm
As far as we know, Microsoft Windows no longer supports 16-bit MS-DOS application and they removed NTVDM, since virtual 8086 mode is not available under amd64 extended mode. This project aimed at building a virtual dos machine for 64-bit Windows.
The idea of this project is to emulate a 16-bit CPU and provide BIOS/DOS interrupt services to MS-DOS applications. In NTVDM64, 16-bit applications runs as before in 32-bit Windows. We want to create a compatible environment for 16-bit applications...