emu2
emu2 copied to clipboard
Simple x86 and DOS emulator for the Linux terminal.
When I enter `TYPE CON > TEST.TXT` in 4DOS, the shell says that it can't find the file. The same thing when I make CON my input file in Professional...
It would be super cool to have examples of usage and a form of compatibility list where people can contribute? any thought?
Would you be open to add this function? I am happy to provide trial implementation and tests ``` AH = 60h DS:SI -> ASCIZ filename or path ES:DI -> 128-byte...
Hi, Now that your emulation is supporting most of the calls inherited from CP/M it is actually quite easy to create a CP/M-86 emulator by implementing - E0h instead of...
PR for https://github.com/dmsc/emu2/issues/50 Documentation in the issue about testing.
Hi, I would like to give a go at implementing ``` DOS 2+ - RENAME - RENAME FILE AH = 56h DS:DX -> ASCIZ filename of existing file (no wildcards,...
* [**IBM FileCommand II**](https://winworldpc.com/product/filecommand/ii) paints a blue screen and does not continue. Moved from https://github.com/dmsc/emu2/issues/39
LIM-EMS 4.0 hardware & driver are implemented. This code is tested with Turbo C++ 1.01 and As-Easy-As v5.7 for DOS.
Hello! I'm still using emu2 for school, and so far, I haven't had any kind of problem. But today I noticed emu2 doesn't have a debug option to log memory,...
This is exactly the program I've looking for (for years) as I have many DOS-era utilities that I need to run under Windows 7 console. [I haven't been able to...