dmsc / emu2

Simple x86 and DOS emulator for the Linux terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Not an issue] You saved my day.

ivan-avalos opened this issue · comments

Thanks for creating this wonderful tool! I was desperately searching for something I could use to easily emulate DOS programs for 8086 (similar to EMU8086, but libre), and this is just perfect. It implements basic interrupts for DOS API and runs executable files directly without having to run a whole IBM PC emulator or else.

I'm using JWASM to create DOS compatible executable files, and EMU2 to run them. The combination is simply perfect!

commented

Thanks for creating this wonderful tool! I was desperately searching for something I could use to easily emulate DOS programs for 8086 (similar to EMU8086, but libre), and this is just perfect. It implements basic interrupts for DOS API and runs executable files directly without having to run a whole IBM PC emulator or else.

Thank you!

If you find any errors or unsupported DOS call, please help by filling bug reports.

Have Fun!