http://bugs.winehq.org/show_bug.cgi?id=6086
Alexey Loukianov mooroon2@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mooroon2@mail.ru
--- Comment #75 from Alexey Loukianov mooroon2@mail.ru 2011-10-08 14:31:40 CDT --- (In reply to comment #74)
It can not be played with wine: err:dosmem:DOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode But: It works just fine using dosbox.
DOSBOX is a preferred way to launch DOS executables under modern systems in general. As far as I know there are plans to completely strip VDM implementation from Wine and to implement Wine <=> DOSBOX integration instead.
Besides, your problem with not having full access to the first megabyte is a well-known Wine vs. Linux Kernel Security Fix problem that can easily be "fixed" manipulating one sysctl variable, namely by setting vm.mmap_min_addr to 0. This will compromise your system security a bit but allow Wine to get its hands on the "first megabyte" address space.