FYI: MacOS9 support #53

Open
opened 2025-12-29 05:21:06 +01:00 by adam · 2 comments
Owner

Originally created by @sck on GitHub (Jul 4, 2020).

Just for fun I tried running an old MacOS9 version inside your docker image. I think I downloaded the Mac_OS_9.2.2_Universal_Install.iso somewhere from macos9lives.com .

I also had to add ppc support for qemu to the Dockerfile:

RUN sudo pacman -S --noconfirm qemu-arch-extra

And then I could start the MacOS9 installer:

qemu-system-ppc -L qemu-screamer/pc-bios -cpu "g4" -M mac99,via=pmu -m 512 -hda /data/macos9/macos92.img -cdrom "/data/macos9/Mac_OS_9.2.2_Universal_Install.iso" -boot d -g 1024x768x32
Originally created by @sck on GitHub (Jul 4, 2020). Just for fun I tried running an old MacOS9 version inside your docker image. I think I downloaded the Mac_OS_9.2.2_Universal_Install.iso somewhere from macos9lives.com . I also had to add ppc support for qemu to the Dockerfile: ``` RUN sudo pacman -S --noconfirm qemu-arch-extra ``` And then I could start the MacOS9 installer: ``` qemu-system-ppc -L qemu-screamer/pc-bios -cpu "g4" -M mac99,via=pmu -m 512 -hda /data/macos9/macos92.img -cdrom "/data/macos9/Mac_OS_9.2.2_Universal_Install.iso" -boot d -g 1024x768x32 ```
Author
Owner

@sickcodes commented on GitHub (Jul 8, 2020):

Nice one :)

@sickcodes commented on GitHub (Jul 8, 2020): Nice one :)
Author
Owner

@sickcodes commented on GitHub (Mar 18, 2021):

I'll throw a Mac9 image up shortly!

@sickcodes commented on GitHub (Mar 18, 2021): I'll throw a Mac9 image up shortly!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#53