VOGONS

Common searches


Search results

Display options

Re: Test suite for Win32s?

Do you mean the Freecell program that it installs immediately after win32s? My memory is a bit hazy on the subject, but yes you are correct. If that program runs without any issues, then you may want to look into something else in your configuration. I would recommend making sure you also have the …

Re: Test suite for Win32s?

Do you mean the Freecell program that it installs immediately after win32s? That seems to work without noticable problems. I do still see Hocus Pocus Pink hanging trying to use the menu bar, though.

Re: x86 CPU emulation test suite?

I tried running the attachment by Stiletto on my emulator, UniPCemu. It seems to crash most of the time, due to an IRQ0 firing due to interrupts being available while it's loading the executable? Is that supposed to happen with CWSDPMI? (sorry if I'm necroposting here, but it's related)

Re: x86 #GP/#SS fault in modern operating systems?

What about Windows software executing reserved system instructions? Like LIDT etc., which throw #GP(0) when not privileged? Or protected-mode software throwing #GP(selector)? Do they always terminate the application/driver, or do they support some special actions with them(like simulating it's …

x86 #GP/#SS fault in modern operating systems?

Is the #GP/#SS fault used in any case with modern operating systems, but for other effects than terminating the offending program/driver/OS? I can imagine handing #NP/#SS for dynamically loading segments into memory(when swapped out), but modern operating systems might not use them anymore? Do …

x86 #SS vs #GP for all different SS loads?

What happens when a SS segment register faults during any of the following operations: - Task switching - MOV SS instruction - LSS instruction - Privilege level changes(e.g. during interrupts/call gates) I currently have it implemented to always fault as #SS(selector), except for invalid types to …

Re: UniPCemu cycle accurate 8088 implementation

Just noticed something interesting after fixing the REP prefix. Now that the instructions that are used with it actually execute(instead of the second byte/word/dword onwards essentially transferring nothing and have no execution instruction phase while still counting 1 cycle each on the BIU), …

Re: UniPCemu cycle accurate 8088 implementation

Is the REP prefix used in the 8088 MPH credits? I just found a bug causing REP instructions that went past their first iteration of the instruction(and decreasing CX because the instruction was finished) caused all other instructions to effectively become NOP instructions with 1-cycle timings :S …

Page 80 of 229