Re: Any good MS-DOS 80386/80486 games for testing Virtual memory support?
Posted on 2019-05-03, 07:46
Isn't Windows 3.x supposed to have a TSS for the double fault handling? Since the double fault doesn't cause a task switch(it's a normal interrupt or trap gate), it tries to push information about the fault on the stack, which isn't reloaded(again, because SS:[ESP-4] from the kernel is invalid due …