From: Magnus D. <mag...@gm...> - 2007-10-05 01:09:47
|
Hi Kristoffer, On 10/5/07, Kristoffer Ericson <kri...@gm...> wrote: > Greetings, > > Been meaning to ask you magnus, has there been any Qemu updates concerning SuperH? Yes, the latest CVS of QEMU contains system emulation code that is enough to start executing a certain SH kernel. It's quite primitive still - no interrupts are delivered to the processor yet. I'm currently working on fixing that up, expect to see more code posted in the near future. Have a look here for more information: http://lists.gnu.org/archive/html/qemu-devel/2007-09/msg00530.html http://lists.gnu.org/archive/html/qemu-devel/2007-10/msg00090.html Regarding the user space emulator - it is possible to run a statically linked busybox application using the sh4 emulator. The emulator unfortunately still includes some bug which makes dynamically linked apps crash. Cheers, / magnus |