Documentation/GuestOperatingSystems/MacOS10.4: Difference between revisions

From QEMU
m (Make pictures work - have to edit page to make the pictures appear)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Mac OS 10.4 in QEMU ==
== Mac OS 10.4 (PowerPC) in QEMU ==
Now that Apple has ended supporting PowerPC applications having Mac OS 10.4 around can be a life saver. With it you can continue to use your favorite PowerPC applications.
Now that Apple has ended supporting PowerPC applications having Mac OS 10.4 around can be a life saver. With it you can continue to use your favorite PowerPC applications.


== Suggested command-line: ==
== Suggested command-line: ==
   qemu-system-ppc -hda <HD image file> -boot c -netdev user,id=mynet0 -device rtl8139,netdev=mynet0<br> -m 512 -device usb-kbd -device usb-mouse -M mac99
   qemu-system-ppc -hda <HD image file> -boot c -netdev user,id=mynet0 -device rtl8139,netdev=mynet0<br> -m 512 -device usb-kbd -device usb-mouse -M mac99 -localtime


To boot in verbose mode add this:
To boot in verbose mode add this:
   -prom-env boot-args=-v
   -prom-env boot-args=-v
This makes sound work, but it doesn't work on Mac OS 10.4.11. It does work with Mac OS 10.4.3:
  -device ich9-usb-uhci1,id=newusb -device usb-audio,bus=newusb.0


== Software: ==
== Software: ==
Line 17: Line 20:


== Issues: ==
== Issues: ==
Sound barely works.  
Sound currently doesn't work very well. It might have static to it like playing a vinyl record.


== Pictures: ==
== Pictures: ==

Latest revision as of 15:24, 13 February 2018

Mac OS 10.4 (PowerPC) in QEMU

Now that Apple has ended supporting PowerPC applications having Mac OS 10.4 around can be a life saver. With it you can continue to use your favorite PowerPC applications.

Suggested command-line:

 qemu-system-ppc -hda <HD image file> -boot c -netdev user,id=mynet0 -device rtl8139,netdev=mynet0
-m 512 -device usb-kbd -device usb-mouse -M mac99 -localtime

To boot in verbose mode add this:

 -prom-env boot-args=-v

This makes sound work, but it doesn't work on Mac OS 10.4.11. It does work with Mac OS 10.4.3:

 -device ich9-usb-uhci1,id=newusb -device usb-audio,bus=newusb.0

Software:

TenFourFox

Notes:

To prevent the guest from freezing turn off all setting in the Energy Saver pane in System Preferences. Set the sleep and display sliders to Never. Uncheck the "Put the hard disk(s) to sleep when possible" checkbox.

It is also suggested to turn off the screen saver. Open the the 'Desktop & Screen Saver' pane in System Preferences and slide the 'Start screen saver:' slider to Never.

Issues:

Sound currently doesn't work very well. It might have static to it like playing a vinyl record.

Pictures:

Applworks 6 Classic Environment Lbreakout 2 Safari 4

Links:

PowerPC software archive
Low End Mac article on Mac OS 10.4

Contact:

email me