Debug.exe is not working as expected in Windows 10 32-bit.
If I attempt to run debug from a command prompt (CMD.EXE), I get an error: 16 bit MS-DOS Subsystem, NTVDM has encountered a System Error 4001h.
If instead, I press start, type 'command.com' and then select command.com from the list, when I attempt to run debug I get: "The system cannot execute the specified program."
If instead I use file explorer to find command.com or debug.exe in the \windows\system32 directory and double-click on them, debug will launch normally.
The final interesting quirk is that even if I get debug to launch, I do not see the BIOS mapped to f000:0. This was a technique I used to pull BIOS information from inside Windows.
My Questions: are there settings or other sorts of configuration that will cause debug.exe to map the BIOS as it used to under Windows XP? Can the failure to launch 16-bit programs from inside CMD.EXE be fixed?