[OpenBIOS] First OOPS

Laurent Vivier laurent at lvivier.info
Mon Dec 22 00:47:57 CET 2008


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: qemu-linux
Type: application/octet-stream
Size: 547 bytes
Desc: not available
URL: <http://lists.openbios.org/pipermail/openbios/attachments/20081222/ac0cb1ec/attachment-0001.dmg>
-------------- next part --------------



BTW tree.fs needs more cleanup...

Some screenshots:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture-QEMU-1.png
Type: image/png
Size: 29103 bytes
Desc: not available
URL: <http://lists.openbios.org/pipermail/openbios/attachments/20081222/ac0cb1ec/attachment-0002.png>
-------------- next part --------------



and after a while:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture-QEMU-2.png
Type: image/png
Size: 30919 bytes
Desc: not available
URL: <http://lists.openbios.org/pipermail/openbios/attachments/20081222/ac0cb1ec/attachment-0003.png>
-------------- next part --------------



More information about the OpenBIOS mailing list