https://bugs.winehq.org/show_bug.cgi?id=56225
--- Comment #20 from Alex Henrie alexhenrie24@gmail.com --- (In reply to Fabian Maurer from comment #19)
Are you working on an updated version of this? I don't think I understand how Alexandre wants it implemented.
I think Alexandre's comment at https://gitlab.winehq.org/wine/wine/-/merge_requests/5052#note_60608 primarily means that he wants Bug 56260 to be fixed first. It may be possible to simplify the patch further, but since the real-mode contexts and pointers are coming from Myst, I don't see how it would be possible to not use real-mode contexts or pointers at all. It seems to me that the best we can do is translate the real-mode segment pointers to flat pointers to the first megabyte of address space and run the interrupt handler in protected mode.