[Bug 26715] 16-bit real-mode executables from Windows 1.0 cause DOSBox to be run ( vm86 mode not supported on 64-bit Linux)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 05:37:11 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=26715

Anastasius Focht <focht at 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 at gmx.net

--- Comment #7 from Anastasius Focht <focht at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list