From: Roman Z. <zi...@li...> - 2001-04-20 00:09:30
|
Hi, Samuel Rydh wrote: > So... where are the exception vectors on APUS? Are there > branches from 0xN00 to fastmem? I guess this would imply > that the kernel image is always in the range of an absolute > branch (which would simplify things quite a bit). The IP bit is set in MSR for APUS, so you end up at 0xfff0xx00, from where we jump back to the kernel. I'm not sure if it's in the 26bit range, (checking...), nope, the kernel is at 0x8000000. bye, Roman |