Hi,
I've got my first oops under linux booted with OpenBIOS.
The kernel (2.6.28-rc9) was hanging into probe_machine() because it didn't recognize the machine.
The following patch correct this:
--- arch/ppc/qemu/tree.fs | 1 + 1 file changed, 1 insertion(+)
Index: openbios-devel/arch/ppc/qemu/tree.fs =================================================================== --- openbios-devel.orig/arch/ppc/qemu/tree.fs 2008-12-22 00:32:26.000000000 +0100 +++ openbios-devel/arch/ppc/qemu/tree.fs 2008-12-22 00:32:31.000000000 +0100 @@ -15,6 +15,7 @@
" chrp" device-type " OpenSource,QEMU" model +" Power Macintosh" encode-string " compatible" property 1 encode-int " #interrupt-cells" property 1 encode-int " #size-cells" property
BTW tree.fs needs more cleanup...
Some screenshots:
and after a while: