I am running DOS 6.22 with an old PowerBasic app using MS Virtual PC
on a Windows XP host machine (P4, 3GHz).
No problem.
Only one side effect: Because DOS programmers did not
think about multi-programming on same machine,
Windows XP assigns 50% CPU to the Power Basic Dos App because
it is simply waiting, oooops, not correct:
Simply looping to wait for keyboard input etc.
However, I also solved this problem using some good old
ASM to program interrupt-driven WAIT for PB.
------------------
on a Windows XP host machine (P4, 3GHz).
No problem.
Only one side effect: Because DOS programmers did not
think about multi-programming on same machine,
Windows XP assigns 50% CPU to the Power Basic Dos App because
it is simply waiting, oooops, not correct:
Simply looping to wait for keyboard input etc.
However, I also solved this problem using some good old
ASM to program interrupt-driven WAIT for PB.
------------------
Comment