Re: Windows 3.0/EMM386.SYS strange subroutine when booting (Windows in standard mode)?
Posted on 2017-12-23, 19:03
After some debugging, I notice that the special error code of -2(used with plain INT/INTO/INT3 instructions) gets pushed on stack, causing the Virtual 8086 monitor to detect it as a valid fault. Disabling the push on the stack causes it to continue on to the next driver:D Now the VIDE-CDD.SYS …