dosemu2
dosemu2 copied to clipboard
Run DOS programs under linux:
**Describe the bug** DOSEMU2 reaches an invalid opcode quickly after starting. **To Reproduce** Steps to reproduce the behaviour: Starting it up on a machine with the same specs as mine....
Ci 105
Add simple command copy test that was failing on DR-DOS 7.01 (Caldera OpenDOS)
Started to add FreeCOM build test. Sorry I couldn't find the ticket where you requested this to reply there? Anyway there seem to be several problems. #### FreeCOM ~Strings tool...
ms-dos released by MS, doesn't boot. Neither from files nor from a floppy img. https://github.com/microsoft/MS-DOS
There are 4 issues in codegen-sim.c that apparently are caused by overlapping memory. Since you can't always see the proper Coverity tool and I think the email only emits entries...
Hardware interrupts are no longer available in 64-bit linux. What work needs to be done to get support for a hardware interrupt passed through to dosemu? The uio_pdrv_genirq driver might...
clang should be able to assemble all the dos programs this is tested in Ubuntu arm and android arm ``` sudo apt remove gcc binutils-i686-linux-gnu sudo apt install lld llvm...
this allows the Ubuntu build to run in termux with glibc-runner in Ubuntu ``` git clone --depth=1 https://github.com/dosemu2/dosemu2 ./autogen.sh ./configure --enable-plugins=fdpp,console,charsets --enable-debug --disable-searpc --prefix=$HOME/dosemu --with-fdtarball=dosemu-freedos-1.0-bin.tgz make install ``` in termux...
I am under the heavy impression of this: https://lwn.net/ml/oss-security/CAN_LGv3GAmdpaXVCjwp1UAH_Z6KKDnqydj68Oj4jmXRwwPE=Uw@mail.gmail.com/ and am no longer comfortable with our minimal security model which is to only provide the safe defaults. Now I think...
**Describe the bug** I'm getting 2 fps with empty dosemurc, but with $_cpu_vm="emulated" the performance is playable (10+ fps) and similar to DosBox with dynamic core (normal core still runs...