Posted Oct 22, 2012 17:12 UTC (Mon) by raven667 (subscriber, #5198)
[Link]
Win3.1 with virtual memory enabled and WinNT, Win95 had the same problem so how they solved it should be sufficient. DOSBox does better but that may because it creates virtual video, sound and network devices in its VM. I don't think it does any more instruction emulation/trapping than a WinNT DOS window.
Plasma Active Three released
Posted Oct 24, 2012 15:49 UTC (Wed) by nix (subscriber, #2304)
[Link]
The two are quite different. Win3.1/NT/95 were all 32-bit systems, so they had the benefit of being able to use VM86 to do 90% of the work for them. In long mode (64-bit mode), vm86 no longer exists, so this approach cannot be used.
Plasma Active Three released
Posted Oct 24, 2012 16:27 UTC (Wed) by raven667 (subscriber, #5198)
[Link]
Thanks for the clear response, I hadn't thought about that. I'd forgotten about the differences between 32bit and 64bit mode on modern CPUs, and that dosemu and dosbox aren't the same thing.