On Wed, Sep 08, 2004 at 09:54:49AM +0000, anon permutation wrote: > > > I am wondering, since this hanging problem is related to dosemu's dpmi > implementation, is it possible for me to use another dpmi implementation? > Can I turn off dosemu's dpmi inside dosemu.conf and then run some other > dpmi inside autoexec.bat? > > Is this feasible? What other DPMI implementation is compatible with dosemu?
No, that is not possible. DPMI server runs in protected mode, so it has to be part of dosemu and a server cannot be installed from the v86 task. It is the same reason why you can't use another 386 EMS manager under dosemu, because the EMS manager runs in protected mode in order to use the 386 paging unit. Also, usually DPMI servers that are not integrated into the EMS manager will use VCPI to enter protected mode, since the EMS manager is already running in protected mode and provides a VCPI interface in case another program wants protected mode. Using VCPI is unfortunately also impossible under dosemu, not a fault of dosemu but the fault/intent of VCPI design. -- Ryan Underwood, <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
