initially i suggested that too - but such addresses raise a #GP instead
of a page fault so their decoding is a bit harder.
We dont do any instruction decoding in #GP handlers to figure out what
happened, while in the pagefault case we know which address faulted,
etc.
Perhaps we could try to make #GP handlers a bit more informative -
although decoding instructions will make things a bit more fragile
inevitably.
Perhaps make it 0xffffcdead0000000 ?
in any case, please ignore this topic until it's all worked out - no
other topics depend on this one so it can be skipped safely.
Ingo
--