Here's options for my fork of DingusPPC to allow the 1995-08 - 9630C68B - Power Mac 7200&7500&8500&9500 v2, SuperMac S900 ROM to detect bank sizes of 128 and 256 MiB for DIMMs that are 256 and 512 MiB.
--comment "allow 512 MB DIMMs for 7200 v2 ROM" \
--patch FFF04538=54A4E054 \
--patch...
The algorithm for Hammerhead is different than for Platinum.
Platinum Bank Base registers support addresses with this mask: 0x7FE00000 - 2 MiB resolution < 2 GIB.
Hammerhead base address registers support addresses with this mask: 0x7FC00000 - 4 MiB resolution < 2 GiB.
The algorithm for...
Maybe the hardware allows it. I don't think the ROM HWInit memory detection routines for Platinum might not.
I've attached startup trace from DingusPPC. Ignore the sound DMA which is happening in another thread to play the boot chime while the RAM is being checked (the boot chime is played by a...
On the DingusPPC Discord, you can find some memory controller documentation.
Search for these:
filename:Platinum_ERS_1.0.pdf
filename:Hammerhead_ERS_Rev_1.1_19950925.pdf
A 128 MB DIMM is represented by two 64 MB banks in the Hammerhead and Platinum memory registers.
In DingusPPC, 64 MB DIMMs and smaller are represented by a single bank but I suppose they could be represented by two banks also (i.e. two 32 MB banks for a 64 MB DIMM).
The 7200 developer note...
Hardware developer notes at:
https://leopard-adc.pepas.com/documentation/Hardware/hardware2.html#//apple_ref/doc/uid/TP40000979
Schematics here:
https://www.macdat.net/repair/apple_schematics.html
I guess they are not enough to answer your question?
For the 7200 using Platinum memory...
I asked google "coil whine hot glue solution?" It says No, hot glue has a low melting temperature. Links to here for other solutions:
https://www.techpowerup.com/forums/threads/how-to-quickly-easily-fix-coil-whine-coil-choke-noise.294015/...
The Apple Enet driver appears to have code that reads the PLSCCPort property so I guess the nvramrc script just needs to add this property.
A system extension to add the property to the name registry might be more convenient (don't have to worry about nvram being zapped, etc). Just make sure it...
Right. ANS 2.0 ROM will use the AAPL,9500 identifier even if it detects itself to be an ANS machine.
An ANS machine (whether using ANS ROM 1.1.20.1 or 1.1.22 or 2.0 or 2.26B6 or 2.26NT) will have PLSCCPort set to 1.
A TNT machine will have PLSCCPort set to 7.
The PLSCCPort property is set by ANS 2.0 Open Firmware. It is not set by any other version of Open Firmware.
1 is for ANS
7 is for TNT
I talked about this value at
https://tinkerdifferent.com/threads/apple-network-server-macos-based-roms-found.4756/post-47393
If 1.1.20.1 is not writing the...
If the CD is bootable, then copying all of it to a hard disk partition should make the partition bootable.
Then you boot that partition to do a real install to another partition.
This only works if the software on the CD doesn't care that it is not booting from a CD.
There shouldn't be a difference. The point of the test is to prove it.
If there was a problem, then it could indicate too much noice on the PCI bus, etc.
FireWire is nice because it's 40 MB/s, faster than USB 1.1 and SCSI 2. USB 2.0 doesn't work in classic Mac OS. A FireWire enclosure can be connected to modern macOS but for Tahoe, you need to use USB instead of FireWire. FireWire enclosures may include USB 3.0 but I think they are no longer...
Don't you just need to change the signature in the HFS Plus Volume Header from 0x4858 to 0x482b?
Google says no. The format changes the way names are indexed and managed.
It says "The safest way to do this is to back up your data, erase the drive with the new format, and then restore your...
Not sure what this means.
Since slot F1 has device number @12 (hex), I would expect that address line 18 (decimal) is used for the IDSEL signal for that PCI device. That's what the Power Mac 6500 schematics show (sheet 16 for the ATI-264GT device, area A6 in that diagram).
Slot C1 has device...
Power Mac 6360 doesn't have built-in ATI graphics so it might not have the same issue as Power Mac 6500/TAM (Gazelle).
The solution was a workaround. I would like to actually find the real bug one day.
https://68kmla.org/bb/threads/the-great-gazelle-pci-hack-thread-part-2.38360/post-467825...
Use an oscilloscope to check the timing? Composite sync signal is correct?
https://www.brutaldeluxe.fr/documentation/cortland/v6/Apple%20-%20IIgs%20RGB%20monitor%20-%20Timing%20chart.pdf
https://dn790000.ca.archive.org/0/items/Apple_Color_RGB_Monitor/Apple_Color_RGB_Monitor.pdf...