Recent content by speakers

  1. speakers

    PowerMac 7100 and Linux

    So I went back and installed a clean System 7.5. I had to grab a copy of the original 61/71/8100 installation CD from Macintosh Garden because none of the trusty Legacy Iso install images wanted to recognize my PM7100. Copland installed again but the capslock snag key again failed to give me...
  2. speakers

    PowerMac 7100 and Linux

    Thanks. Looking at release dates, 7.5.5 was Sept 96 whereas Copland D11E4 was June 96 .. so it may well matter.
  3. speakers

    PowerMac 7100 and Linux

    Yes and no. On my first install, it booted back into 7.5 and I used System Picker to select the OS8 system folder. That seems to screw things and leads to the F/7FFFF SadMac. At this point I could see that the boot blocks weren't the special Copland intercepts that point to the Mac OS8 Loader...
  4. speakers

    PowerMac 7100 and Linux

    And poking around the Copland D11E4 install kit, the previously attached ofw and nvram images are resources in the Mac OS Loader "app". And the modified boot blocks are another resource there.
  5. speakers

    PowerMac 7100 and Linux

    This is all fascinating and covered nowhere on the web. In fact, if you now google about it, you'll be sent this this very thread! I'm attaching a design doc from the Copland DDK v.0.4 about the I/O structure including Boot Services. Copland is indeed running OpenFirmware, but disk-based...
  6. speakers

    PowerMac 7100 and Linux

    I've tracked down the ram mis-configuration issue to a problem with BootX's PDM video re-mapping. BootX modifies the memory map passed to the kernel in a way that prevents correct discovery of simm banks. Without the nubus_simm bootarg, the kernel finds only 1MB off ram and panics. A patched...
  7. speakers

    68k->PPC->x86_64->arm64

    I've recently been tinkering with some 68k assembly code in a program originally developed for MacOS7. I'm using CodeWarrior Pro 4 under MacOS9 in a Qemu emulation of a PPC machine running on my M4 MacBook Air. Qemu is Intel. So what I have is: 68k instructions emulated as PPC by the 68k...
  8. speakers

    Macintosh IIci - no life even after recap

    Yes, 1 should be connected to 2.
  9. speakers

    Macintosh IIci - no life even after recap

    I think it should possible to put a shorting link in the base of the terminal block between pins 9 and 10 and still be able to put the PSU in place. But I haven't ever tried this .. I have an extender cable (made by cutting down an ATX extender).
  10. speakers

    PowerMac 7100 and Linux

    See https://github.com/speakers-k64/linux-2.4.27-pmac-nubus.git
  11. speakers

    PowerMac 7100 and Linux

    Although the original source is nowhere to be found, I have discovered a nubus patch for Debian Sarge archived at debian-nubus.diff.gz and this applies OK to a 2.4.27 source archive from kernel.org at linux-2.4.27.tar.gz I've managed to configure and build a kernel from these sources that...
  12. speakers

    Macintosh Classic II -12 Voltage Issue

    They're the widely-available Bomarc schematics, e.g. at https://github.com/nickpunt/nubus-se30/tree/master/Schematics/bomarc Nate that the analog board for the Classic II is the same as what's on the Classic schematic.
  13. speakers

    Macintosh Classic II -12 Voltage Issue

    Oh, my mistake .. I was looking at the wrong schematic .. the Classic II does have +5v, +12v and -12v on the floppy port. That explains my confusion o_O Doesn't apply. Nope - QP1 affects all rails. Your problem is likely a bad IP3 regulator on the analog board.
  14. speakers

    PowerMac 7100 and Linux

    I was wanting a BHA machine and I acquired, from craigslist, a PM7100 in excellent condition. There was absolutely no sign of capacitor aging - including the PSU. The original 700 MB Quantum SCSI harddrive was function although it didn’t sound perfectly happy. The floppy and cdrom drives were...
  15. speakers

    Macintosh Classic II -12 Voltage Issue

    I'm confused. The Classic II doesn't have a -12v rail. It has +5v, +12v and -5v. and I've recently restored one - see https://tinkerdifferent.com/threads/a-mac-classic-ii-restoration.4313/ If you're measuring -2.67v on the -5v line, that's not good though. It won't prevent booting but it will...