On 22/05/15 19:20, John Snow wrote: >>> Code fails 32 bit build due to %lx debug prints. I'll edit them >>> accordingly if that is OK by you. >> >> Please go right ahead :) Do you need a proper re-spin without the RFC >> prefix? If so, I can make the changes there if that helps? >> >> >> ATB, >> >> Mark. >> > > Nah, the tags seem to get dropped when you pull everything into git > anyway, so it's no biggie. > > Thanks, > --js > > > > As a post-script, can Darwin/PPC use a different mechanism for ATA at > all, or is macio the sole ATA interface we support here? > > I want to see if I can pinpoint when a "good" bath and when a bad path > diverges with respect to the disk contents ... > > Or if you have other ideas on how to identify the transfer that causes > the issue, I'm all ears.
Mounting the ISO manually I can see there is CMD646ATA.kext in the /System/Library/Extensions directory, so in theory you should be able to add a CMD646 PCI interface (OpenBIOS will enumerate the PCI bus as presented by QEMU) and it might work. ATB, Mark.