Mail Archives: djgpp-workers/2002/12/22/01:34:21
> We should probably look into existing uses of the alias descriptor, to
> make sure we don't break any working code. There are libraries out there
> that use it, and even debuggers, including GDB, might look at it (I'm
> talking from memory, so I might be gravely mistaken).
Did that. They can still use it (even though it hasn't been documented,
which is now on my list). Only issue is if it is a hardware interrupt
handler (self written, since the wrappers handle this), they reference
it directly, it's under CWSDPMI and it's been paged out.
> If there's some way of solving the modularity problem that won't even
> potentially break existing code, I think we should prefer it.
We could lock the page containing the two bytes, but I'd like to see
some code potentially broken first.
- Raw text -