[OpenBIOS] [Patch] Fix model string

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Wed Feb 6 23:20:42 CET 2013


On 06/02/13 18:28, Programmingkid wrote:

> This patch corrects the model string so OpenBIOS reports a value of PowerMac1,1. This string represents the blue and white Power Mac G3.
>
> signed-off-by: John Arbuckle<programmingkidx at gmail.com>
>
> Index: arch/ppc/qemu/init.c
> ===================================================================
> --- arch/ppc/qemu/init.c	(revision 1098)
> +++ arch/ppc/qemu/init.c	(working copy)
> @@ -734,12 +734,12 @@
>
>           /* model */
>
> -        push_str("PowerMac2,1");
> +        push_str("PowerMac1,1");
>           fword("model");
>
>           /* compatible */
>
> -        push_str("PowerMac2,1");
> +        push_str("PowerMac1,1");
>           fword("encode-string");
>           push_str("MacRISC");
>           fword("encode-string");

Is this just a cosmetic change, or does it actually do anything with 
regard to Darwin boot on -M mac99?


ATB,

Mark.



More information about the OpenBIOS mailing list