j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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@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");