Search results

  1. C

    Eric's Apple Network Server 700 tinker log

    Okay, here are binaries and a write up. Have fun, let me know how it goes. I also tried it on one of the IBM RS/6000 laptops, too. The biggest trick was finding a name. I settled on Harpoom, because ANS Doom sounded too much like A-n-u-s Doom, and ...
  2. C

    New (to me) Power Macintosh G4 (PCI) - no drive detected, no System Restore disc, how to boot from burned CD-R?

    Yeah, that sounds like the optical drive is shot. It should be okay with a DVD drive for reading.
  3. C

    How is the creative spirit of the Mac and the Amiga similar?

    Well, Mac users fight amongst themselves a lot less than Amiga users ...
  4. C

    New (to me) Power Macintosh G4 (PCI) - no drive detected, no System Restore disc, how to boot from burned CD-R?

    No, any system can burn the .iso to disc, and the USB keyboard shouldn't make a difference (though avoid connecting it through a hub). Are you sure the optical drive is in working order? A few things you can try. Hold down Command-Option-O-F on the USB keyboard as you turn it on. When the Open...
  5. C

    Eric's Apple Network Server 700 tinker log

    Progress! Still need to do more testing, but the basics work. (The colour isn't quite right because this monitor's red gun is dying, but it's no longer a mess either.)
  6. C

    Eric's Apple Network Server 700 tinker log

    So I took up the challenge to port Doom to Harpoon AIX. After some feverish late night hacking on Doom Generic and a sprinkling of PowerPC assembly, it builds with the existing 4.1.5 egcs and starts up. It's playable (with bugs) on remote X but it's a big mess on the ANS 500 console, probably a...
  7. C

    looking for recap for WGS 9150

    Well, replacing the heatsink compound on my flaky WGS 9150 didn't work, and neither did installing a Peltier, so I think the caps on the 9150 are probably busted (or at least it's the next thing to do). Looking to see if anyone would be willing to pick up the job. I don't need it done in a hurry...
  8. C

    My money pits

    Saw a Holden SS on the road *stateside* the other day. My wife has still yet to give me one. (Yes, I know the Chevy SS is practically the same car, but we want a Holden.)
  9. C

    Eric's Apple Network Server 700 tinker log

    Damn, how is it that everyone else has an SMP card? I've had my 500 since 1998!
  10. C

    Eric's Apple Network Server 700 tinker log

    John, what ANS goodies are those? Also, I'd love to pick your brains about the Shiner team - see http://www.floodgap.com/retrobits/ans/ for what I have so far, including my (sadly non-functional) ESB prototype. I also know a lot of people would really love to find that Mac OS version that...
  11. C

    PowerMac 7100 and Linux (and NetBSD)

    I just ran MkLinux on my 9150 when it was working (now it's flaky, but that appears to be hardware related).
  12. C

    Favourite driving albums

    Historically the blue version of the Best of The Art of Noise (all long 12" mixes) and Chris Abbott's Back in Time II were my primary long-drive go-tos. Today's long drive was with the new Q Lazzarus compilation and the soundtrack from Fast Times at Ridgemont High.
  13. C

    Hi everyone :)

    Good to see you here.
  14. C

    Seeking Help Identifying Video Card in Mac IIcx (Restoration Project)

    There might be something under the memory daughterboard that would give you a clue. Otherwise, yeah, what Trash80 said: install it, see what TattleTech pulls out of the decl ROM.
  15. C

    Uneven color tone on Color Classic's screen.

    My Mystic has a pretty good tube (though I've not done the VGA mod to it), and even it shows some degredation. They're not young machines anymore.
  16. C

    68k CSEND - p2p Chat Application

    Not bad. Looking forward to seeing it develop!
  17. C

    68k CSEND - p2p Chat Application

    Some screenshots might be nice.
  18. C

    Why no fire wire storage dongles?

    There were, IIRC, FireWire thumb drives back in the day. They were expensive and sold poorly. Something like one of the FW Lexar CF readers will get you about as far, and those can be daisy-chained, too.
  19. C

    Rhapsody User Experience Preliminary Design Document v0.8

    I could totally have seen myself using this. Heck, I actually do like working in Rhapsody. The only thing I don't like about it is the slightly different Charcoal font which falls in the typeface uncanny valley.
  20. C

    CodeWarrior MacSSL - A port of Mbed-TLS for the Classic Macintosh OS 7/8/9

    Unfortunately 68K Macs as a rule aren't good at TLS. For Crypto Ancienne, I ran into problems getting below 40MHz on any architecture: most servers just won't wait. It's really only practical (as opposed to just plain fun) on higher-tier '040s. Fortunately you control your server, so you can...