Hi,

Qemu's Sparc32 system emulator is getting to the point where the first user space application almost executes. But there is some strangeness with kernel's use of %g6, it's used for example in do_sparc_fault, but nothing is restoring it before that, so there is a kernel zero page access as a result. In Qemu this means that the emulator halts. If I patch the kernel so that %g6 is restored in trap/irq handlers, the execution goes on (for example, page faults bring in user pages) until the next unpatched use of %g6 happens.

How can this possibly work in a real hardware? The same %g6 system is used in 2.4. series, I'm currently using 2.6.11-rc4.

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to