Comment on EMU2: A simple text-mode x86 and DOS emulatorComments−jhallenworld5yNice- it would be awesome if it could emulate a 386 so that DOS extender-based programs could also work.It could support graphics (pop up a window if a program tries it). Another emulator does this- it's pretty easy with SDL:https://github.com/adriancable/8086tinyYou can run the CP/M Turbo PASCAL in almost the exact same way with this:https://github.com/jhallen/cpm
Comments
Nice- it would be awesome if it could emulate a 386 so that DOS extender-based programs could also work.
It could support graphics (pop up a window if a program tries it). Another emulator does this- it's pretty easy with SDL:
https://github.com/adriancable/8086tiny
You can run the CP/M Turbo PASCAL in almost the exact same way with this:
https://github.com/jhallen/cpm