On Mon, 29 May 2000, Torben Schou Jensen wrote:

> I found that it was because IBM use ibmbio.sys + ibmdos.sys instead of
> io.sys + msdos.sys, so by making symlinks io.sys->ibmbio.sys and
> msdos.sys->ibmdos.sys, DOS 5.0 started fine.

Yep. Another way would have been to copy the bootsector as explained in
the 'QuickStart' file, to a file called 'boot.blk'.

> Next problem was an old game I tried needing EMS memory, my current
> problem is now that IBM use a program called EMM386.exe to get this EMS
> running, and DOSEMU don't like me activating this program, it tell me
> that DOSEMU already controls EMS, but MEM reports no EMS active???

EMM386.exe and DOSEMU are basically mutually exclusive, just like QEMM and
EMM386 are. EMM386 switches the processor from real to V86 mode. Under
DOSEMU it is already in V86 mode and EMM386 wants to do way too much.

You just do the following:
specify 
$_ems = (10024)         # in Kbyte
or whatever value you like in /etc/dosemu.conf and use
device=ems.sys
(or devicehigh if you like with DOS=HIGH,UMB).
in config.sys using the ems.sys that comes with DOSEMU.

Bart

Reply via email to