[OpenBIOS] [PATCH 3/4] Changes for MorphOS

BALATON Zoltan balaton at eik.bme.hu
Thu Mar 6 19:37:07 CET 2014


arch/ppc/qemu: Change model name to one which is similar but supported
by MorphOS and better matches the emulated CPU.

This should be safe to change as the two models are very close and 
unlikely to cause problems with other OSs but more testing is welcome.

Signed-off-by: BALATON Zoltan <balaton at eik.bme.hu>

Index: openbios-devel/arch/ppc/qemu/init.c
===================================================================
--- openbios-devel/arch/ppc/qemu/init.c	(revision 1272)
+++ openbios-devel/arch/ppc/qemu/init.c	(working copy)
@@ -745,12 +745,12 @@

         /* model */

-        push_str("PowerMac2,1");
+        push_str("PowerMac3,1");
         fword("model");

         /* compatible */

-        push_str("PowerMac2,1");
+        push_str("PowerMac3,1");
         fword("encode-string");
         push_str("MacRISC");
         fword("encode-string");



More information about the OpenBIOS mailing list