Recent content by joevt

  • Board Nominations
    Nominations have now closed and the results are available here.
  • Hey Guest, MARCHintosh 2026 is upon us. Check out community projects, join GlobalTalk, and have fun!
  1. J

    MARCHintosh 2026 Projects

    So Linux already has a FireWire Target Disk Mode capability. Open Firmware appears to have code to scan a range of LUNs, but for some reason the range is set to [0]. Maybe Apple had a good reason, like it wasn't fully implemented (LUN in a device path doesn't work?), or multiple LUNs might...
  2. J

    ThinkC digesting MIDI in with C on 68k macs - video

    Looks good. I think it can be improved by changing the alignment of the pattern so that each white key is drawn with the same alignment relative to the position of the key. With the current alignment (relative to the window position), you see that the appearance of hilited white keys repeats...
  3. J

    Apple Network Server MacOS based ROMs found

    Yes. That's the only one with 1 MiB files. Any reason to not connect them? Code for flashing various chips exists in New World Mac firmware updaters (Open Firmware code), and in open source utilities such as flashrom. I have a fork of flashrom for Mac OS X. I'll read those later. I was...
  4. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    Mac Schematics at https://www.macdat.net/repair/apple_schematics.html
  5. J

    Apple Network Server MacOS based ROMs found

    I used kansas_deinterleave to deinterleave all the ROMs. I think most people just want ANS 2.0. This four chip arrangement is not flashable by Apple's flash utility which expects different chips. Also, your ROM DIMMs won't have the write enable pin wired so we can't make our own flash utility?
  6. J

    ThinkC digesting MIDI in with C on 68k macs - video

    The picture at https://tinkerdifferent.com/threads/marchintosh-2026-projects.5092/post-45965 shows 33% and 66% gray pattern with the usual 50% pattern. There's also some different lighter patterns in the ground and the bus stop sign. Looks great. For some reason I had to download the movie to...
  7. J

    MARCHintosh 2026 Projects

    The FireWire mass storage device that the Mac in FireWire Target Disk Mode is pretending to be should have a LUN for each disk (block device) in the Mac (only the block devices that are usable by Open Firmware).
  8. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    M.2 is 0.5 mm. mPCIe is 0.8 mm. PCIe is 1.0 mm. PCI is 1.27 mm (0.5 inch). ISA is 2.54 mm (0.1 inch). So make sure you choose the correct setting. I've never tried Kicad. Googled "using kicad for pcbway". Found some videos. There's a Kicad plugin for PCBWay. There's a PCBWay blog post with some...
  9. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    What's an AI file or an AI schematic? Adobe Illustrator? (not related to artificial intelligence) Still not sure why the thread title mentions PCIe. Is it just because the GitHub describing the PCIe riser is the only PCB design example (or the first) that you could find? PCIe and PCI slots and...
  10. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    You are saying the four PCI Risers are not based upon PCI? You mean they don't connect to a PCI slot? What do they connect to? The physical form of the connection (PCI slot or otherwise) doesn't matter as long as it has all the PCI signals. Or do you mean you have four PCI risers. And you also...
  11. J

    MARCHintosh 2026 Projects

    Linux has FireWire networking. It should allow connecting Linux and macOS machines? I haven't tried it. A Mac in FireWire Target Disk Mode should look like a FireWire mass storage device to Linux? A Linux machine in FireWire Target Disk Mode: If there's no existing Linux code for creating a...
  12. J

    iMac G3 Won't Boot After Trying To Boot 10.4

    Serial ports: https://forums.macrumors.com/threads/anyone-have-one-of-the-fruit-colored-imacs.2428418/post-33223598 https://forums.macrumors.com/threads/question-how-powerful-of-a-graphics-card-will-work-in-a-beige-power-macintosh-g3.2303689/post-31629573 I think there's some info on 68kMLA as...
  13. J

    ThinkC digesting MIDI in with C on 68k macs - video

    I wonder if a dark gray pattern would be better for the black keys instead of the 50% gray pattern? Conversely, maybe a light gray pattern would be better for the white keys? Maybe those patterns would be too dark or too light? Or maybe they might have a phase problem that makes different keys...
  14. J

    iMac G3 Won't Boot After Trying To Boot 10.4

    Add a serial port adapter and try to get into the Serial Test Manager?
  15. J

    Apple Network Server MacOS based ROMs found

    Use the tbxi dump command to extract all the parts of the ROM. https://github.com/elliotnunn/tbxi We could load the special ROM from disk and use virtual memory to map it in place. We would need to understand what kind of virtual memory stuff happens during boot to see if that's possible (i.e...