> the swappable per-process kernel data does in fact include pre-computed > contents for all the memory management registers, so we'll be able to > see (from the process core dump) where the code and data segments were.
Uh, no. The copies there are 'prototypes', later modified for actual use by adding in the actual address in main memory. Still trying to understand how that works - the code (in sureg() in main.c) is kind of obscure. Noel