Search results

  1. P

    Hardware Altivec unit on the G4

    Not sure what you're asking. Altivec is a set of extra "Single instruction, multiple data" aka SIMD or vector processing instructions in G4 PPC processors. It's not an ASIC, it's an ISA extension. There's no secrets at all, lots of PPC apps use it. You can start from...
  2. P

    A thread for RackMacs

    > I can take a picture of the inside if anyone wants to see it. Are you, umm, asking the 68k Mac Liberation Army if any of us want to see the inside of a NASA-upgraded IIfx?!
  3. P

    OS9 Programming & UTF-8

    I'm writing my first MacOS application, a to do list, using C++ and the MacZoop framework (2.5.1, pre-Carbon) which reads and writes simple plain text files. My first language uses a few non-ASCII characters, so I'd like to keep the on-disk format as UTF-8 so I can share the files with more...
  4. P

    A thread for RackMacs

    That's very nice work. I have a spare Performa 475 that I might do this with. What are you using the machine for?
  5. P

    Netatalk 2.2.8 Released

    For some reason I'd always thought setting this up was difficult, but it turned out to be no trouble at all. I now have AFP access to my NAS and little web server. Though the UTF-8 Markdown format I normally put online is a little unwieldy on OS 9, maybe I should get into Dreamweaver or finally...
  6. P

    Massive NewLife Accelerator haul

    This is so great. I wonder how many of these treasure troves are still out there, with people who think that nobody cares anymore. Do you know much about the company? How big a market was this, how many people worked there? I'd love to know more about the history, a lot gets written about Apple...
  7. P

    iBook G4 downgrade from 10.5.8 to 10.4.11

    If you want to change the admin password, boot into single-user mode (cmd+S), you should be dropped to a text prompt. Type "passwd" and hit enter. It will ask you twice for the new password. After that, type "reboot" and hit enter.
  8. P

    That very specific sort of anxiety when Mac OS 9 crashes while you're copying files and you've...

    That very specific sort of anxiety when Mac OS 9 crashes while you're copying files and you've rebooted to the grey screen and you're waiting to see if it's Happy Mac time or emergency boot disk time..
  9. P

    TashIO: Clone of BeeHive Technologies's ADB I/O

    Would this work on an ADB->USB adapter like an iMate? I realize that something that attaches directly to USB is probably more sensible, but I like the software support this seems to have.
  10. P

    Compiling MacZoop: UPaintEngine.h

    Do the later version have it? I settled on version 5 but I don't remember why. I think it seemed to be the last version that wasn't focused on the transition to OS X.
  11. P

    Compiling MacZoop: UPaintEngine.h

    This appears to be an unimportant dependency and I've just removed it. After a few linker things, I now have a MacZoop 2.5 project compiling with CodeWarrior. It's an interesting developer experience. I code for a living and I'm a little embarrassed to see how useless I am without "jump to...
  12. P

    Compiling MacZoop: UPaintEngine.h

    I've been trying on and off to compile an example using the MacZoop framework, using CW5 and I've had a lovely old time learning about Universal Interfaces and pre-compiled headers and such. I'm down from about 2500 error messages (about 4 actual problems) to 56, and they seem to originate with...
  13. P

    My Macintosh Quadra 700 Clean Up and Fixes

    This is beautiful work, and a great write-up, too. Thank you so much. I also have one with a PSU that needs to be fixed.
  14. P

    Arduino IDE on Mac OS 9

    Doubt it. I've never come across it, at least, and even the versions of Codewarrior for embedded/DSP use weren't available on Mac. I have one or two 68HC11 related tools somewhere, but they're very basic.
  15. P

    Arduino IDE on Mac OS 9

    It's only the IDE/editor part that's Java. Underneath it's calling out to a bunch of command line utilities like the compiler (gcc) and the programming/flashing tools that communicate via usb/serial. The various parts also need to communicate between them, and I'm quite they do that in a way...
  16. P

    Reading Inside Macintosh: Memory for the first time - or - How I learned to stop worrying and...

    Reading Inside Macintosh: Memory for the first time - or - How I learned to stop worrying and love MMUs
  17. P

    DigiDesign AUDIOMEDIA 1 - Anyone know where I can find a manual?

    Anything in particular you want to know?
  18. P

    LC III lost sound

    Is it only the internal speaker or also using the output jack?
  19. P

    Tibook power management: OS X vs. OS 9

    There's a person on the Garden that uploaded a system folder containing the 9.2.2 installation from the restore disc from my machine, and it doesn't include any extensions that look relevant. So I don't think it's drivers or anything like that. Having spent some more time with the machine...
  20. P

    Tibook power management: OS X vs. OS 9

    OK, so it is possible! Do you have anything special in extensions or control panel, beyond Energy Saver? Nothing like a Powerbook Extras extension or something?
Back
Top