Andrew Bird
Andrew Bird
I was looking at parsing this, but the format of the HMA seems to be very specific to the DOS vendor and I think the version. For instance looking at...
Maybe I'm missing something, but since there's no parallel processing in DOS why is having two concurrent windows an advantage, surely the text window is frozen whilst the graphics one...
Mmm, nice!
So if I were to extend the `trace_stack_push()` mechanism to also do PM, I think I might have to do the following: - make the ringbuffer hold a struct instead...
> I actually wonder why we couldn't just use the break-point instead. Sure thing, if that's possible I'm up for it, and it would be nice if it could also...
This comment https://github.com/dosemu2/dosemu2/issues/49#issuecomment-147692428 suggests that setting a breakpoint after an inte6 doesn't work, but I haven't found another mention yet. I will keep looking.
Found it, but not sure if we tried or not https://github.com/dosemu2/dosemu2/issues/468#issuecomment-333526974
Forgive my ignorance, but does the hlt.c mechanism currently in use for real mode not work in protected mode?
coopthreads, DPMI, protected mode - okay too much for me!!!
okay, but before I ripping out the realmode stuff, I'll try @ecm-pushbx testcase with a standard breakpoint.