> > True, the kernel is *huge* (some 7 MB). But there *will* be pointer crops > > if I'm using the xkphys, and I can't use ckseg0 because there are only 16 > > kilobytes of RAM mapped there for exceptions. So I have to use abi=64. It > > does work for me, anyway. > You could use a mapped address space, CKSEG2/3. Yes, I could. I even know how to do that (thanks to Ralf's IP27 support), however I think that making the kernel 64-bit-clean would benefit us all. Stanislaw