@jonirob said:
In case you missed it at Toy Fair in New York last week, here is your latest digital edition of The Toy Book. Even if you did pick up a copy, be sure to flip through the digital edition for new.
- The 512GB M1 Mac mini is down to its lowest price ever Amazon is selling the M1 Mac mini for $800, good for $99 off the MSRP and the lowest price we've ever seen. By Michael Simon.
- After weeks of waiting, finally I got my hands on the Mac OS X Snow Leopard. Just finished installing it not too long ago, and frankly speaking, I don't see that much diff. But the shutdown speed, and the wallpapers are superb! Now, my Mac desktop wallpaper is a picture of the Snow Leopard!
- GitHub Gist: instantly share code, notes, and snippets.
@Missileboi said:
@jonirob said:
Stare at a cylinder mac os. Server 1.0, Server 1.1 and Server 1.2.Pele1Q10 will not run in QEMU (PPC).
Server 1.2v3 will run in QEMU (PPC), very slowly with a glitchy mouse.
I know this,but I cannot go past the 2nd reboot.(After installing the base system)
These steps work for me in Windows 10:
qemu-system-ppc -L pc-bios -m 256 -hda ./OSXServer1.2v3.img -cdrom ./OSXServer1.2v3.iso -boot d -prom-env 'auto-boot?=true' -M mac99
qemu-system-ppc -L pc-bios -m 256 -hda ./OSXServer1.2v3.img -cdrom ./OSXServer1.2v3.iso -boot d -prom-env 'auto-boot?=false' -M g3beige -cpu g3 -prom-env 'boot-args=-v'
In open bios type:
boot cd:9,:tbxi
(Two back slashes, not one)
Heimar heima mac os. qemu-system-ppc -L pc-bios -m 256 -hda ./OSXServer1.2v3.img -cdrom ./OSXServer1.2v3.iso -boot c -prom-env 'auto-boot?=true' -M g3beige -cpu g3 -prom-env 'boot-args=-v'
qemu-system-ppc -L pc-bios -boot c -M g3beige -cpu G3 -m 256 -prom-env 'boot-args=-v' -prom-env 'auto-boot?=true' -net none -hda OSXServer1.2v3.img -sdl
Miworld Mac Os Catalina
Thank you! It worked for me!