Mail Archives: djgpp/1997/06/05/17:49:19
> There must be some way to do it. DesqView has to do it for disk drive
> access or separate DOS sessions would walk all over eachother. And,
> DesqView simply sits atop QEMM.
QEMM has special hooks for DesqView. And DesqView handles most of the
conflicts via interrupt tables, not port access. It's not a trivial
problem. You need the source to the V86 monitor.
> I'm not sure what I mean. I just want this to peacefully coexist with
> DPMI/VCPI/EMM, etc. compliant DOS programs.
It probably can't, unless you plan to write a full EMM386 replacement.
You might check the not-yet-finished EMM386 stuff for freedos, or some
of the linux source, but this will not be a quick project. If it is
fully EMM/VCPI compliant it should work with software such as CWSDPMI
which lives on top of it.
See my post to the newgroup on more ugly details.
- Raw text -