Stas Sergeev

Results 942 comments of Stas Sergeev

Bart, what about the fault-less sim (not jit)? That would allow us to work under windows-10. sigcontext is not properly supported there, so all that siglongjump() trick doesn't work.

> That should already work except for Windows 3.x LDT writes and DPMI > page faults (fairly uncommon but tested in test-i386.exe). And vgaemu? The last time we discussed that,...

Off-topic: I created the dosemu2 organization at github and invited people there. I have zero idea what does that mean, just wanted to see what happens. You may want to...

And I also created dosemu2 project. So we now have repository, organization and the project... hmm.

And now we seem to have new URLs: instead of github.com/stsp/* it is now github.com/dosemu2/* So in particular the dosemu2 repository is now: `https://github.com/dosemu2/dosemu2` Oh crap, what have I done......

So I am no longer a project owner, but just a collaborator. :) How cool.

> Faultless JIT works with vgaemu and should work with LDTs too, but not page faults, > although I have a proof of concept stashed somewhere for that case, after...

It seems to me that some race makes the jit code to be unmapped and then re-executed.

Node linker problem. Something is not properly unlinked, and we get links to the removed node.

I am about to disable node linker because of this. Bart, would you like to take a look? Node linker is mostly your code. It should be quite trivial to...