Skip to main content
Home Forums 68kMLA Leopard on a Sawtooth G4? — #7
Post #7 by mcdermd
Source Forum68kMLA
CategoryPowerPC
Post DateMon, 27 Feb 2012 - 18:20
Original URLhttps://68kmla.org/bb/threads/leopard-on-a-sawtooth-g4.24843/
Post
Wouldn't a dual 450MHz be a Gigabit Ethernet?

Anyways, the appropriate way to manually set the clock speed that Open Firmware reports is:

Insert the Leopard install DVD then boot your Mac holding down Command+Option+O+F to get into open firmware. Once there, type:

Code:
dev /cpus/PowerPC,G4@0
d# 867000000 encode-int ” clock-frequency” property
dev /cpus/PowerPC,G4@1
d# 867000000 encode-int ” clock-frequency” property
boot cd:,\\:tbxi
Hit return after each line shown above. This will make Open Firmware report a dual 867MHz system to OS X.

mp.ls