On Thu, 30 Sep 1999, bkiev wrote:
> My problem was $_cpu="80586" but should be $_cpu = "80386" although my cpu is
> pentium .
... to make it clear:
The $_cpu setting simply influences the flag settings shown to DOS,
hence what the DOS-application _detects_ as CPU. DOSEMU itself does not
react on $_cpu otherwise. However, if your DOS application adapts to the
CPU it is detecting, then it will most likely use different code for
different CPUs. In the case of foxprox it looks like restricting to 386
code avoids problems with DOSEMU.
Conclusion:
With $_cpu="80386" you beg the DOS-application to use 386-code only,
... nothing more.
Hans
<[EMAIL PROTECTED]>