Mac OS 9 9.1
Mac OS 9 9.1
Mac OS 9.x, based on Mac OS 8 was the final product based on the classic MacOS architecture. Like previous version, it lacks true protected memory or pre-emptive multitasking. MacOS 9 was abandoned in favor of of the Unix-ish NextStep/Openstep based Mac OS X.
Comments
Afterward, I was able to successfully boot and install this on a Power Macintosh 7100.
Yea, the computer kinda sucks, but the image seems to work!
What is your qemu.bat?
Commands (install): qemu-system-ppc -L pc-bios -boot d-M mac99,via=pmu -m 512 -sdl -drive file=Mac91.iso,format=raw,media=cdrom -drive file=Mac91.img,format=raw,media=disk
Commands (run): qemu-system-ppc -L pc-bios -boot c -M mac99,via=pmu -m 512 -sdl -drive file=Mac91.iso,format=raw,media=cdrom -drive file=Mac91.img,format=raw,media=disk
While surfing various websites, with varying degrees of success (WinWorld is accessible), on reaching the Macintosh Repository website you're greeted with this message:
"Wow! You're actually browsing this website using an old Mac!"
"Macintosh Repository salutes you!
SSL has been deactivated for you."
Kind of gives you a warm feeling!
HD
qemu-img.exe create -f raw -o size=1G myhd.img
Install
qemu-system-ppc.exe ^
-L pc-bios ^
-M mac99,via=pmu ^
-m 512 ^
-display sdl ^
-boot d ^
-drive file=macos_91_ppc.iso,format=raw,media=cdrom ^
-drive file=myhd.img,format=raw,media=disk
Run
qemu-system-ppc.exe ^
-L pc-bios ^
-M mac99,via=pmu ^
-m 512 ^
-display sdl ^
-boot c ^
-drive file=myhd.img,format=raw,media=disk