https://bugs.winehq.org/show_bug.cgi?id=26715
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Win1.0 executable triggers |16-bit real-mode |Dosbox |executables from Windows | |1.0 cause DOSBox to be run | |(vm86 mode not supported on | |64-bit Linux) Hardware|x86 |x86-64 CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Serentty,
these 16-bit apps from Windows 1.0 are real-mode executables, hence require vm86 mode. This won't work on modern Linux distros with 64-bit kernel by design.
You could probably make it work by using a 32-bit Linux kernel and Wine 3.0 (Wine 3.1+ adds requirement for DOSBox). You also need 'vm.mmap_min_addr=0' to allow DOS apps to be mapped into low memory range etc.
Alternatively install Windows 1.0 using DOSBox along with FreeDOS/MSDOS on a virtual disk and run the applications from there.
Regards