Search results

  1. C

    Connect your MacOS 9 to OSM, BlueSky and Mastodon

    Will you be offering these libraries for use in other projects?
  2. C

    PowerFox - new web browser for Leopard on PowerPC!

    That means the loader could not allocate that much stack space to your process, so you get a null pointer. If this is the browser, it's likely because your code in memory is much bigger than TenFourFox's was (you get about 2GB total which must be split between your code pages, data pages and the...
  3. C

    PowerFox - new web browser for Leopard on PowerPC!

    If you don't do it, you'll get crashes in the browser trying to run any code of substance. The test suite will mostly run, but most of those are trivial. Because so many registers need to be saved in each stack frame and calls can be recursive, it's pretty much unavoidable.
  4. C

    PowerFox - new web browser for Leopard on PowerPC!

    Yes, it was a lot easier debugging it when I could run automated tests. The command line shell was massively faster at that. It won't catch every bug but it catches a lot. Be mindful of the fact that the JIT has monstrous stack requirements. There is specific code in the TenFourFox build system...
  5. C

    Hardware/software you have that no one talks about.

    I messed around a lot with CPU Director trying to make it happy. With speculative execution off (!) and all caches off (!!), it works sometimes (!!!). I have to find out what type of chicken it wants sacrificed to it.
  6. C

    Hardware/software you have that no one talks about.

    I've got an OrangePC 620 myself in a 7300, bumped up to a 400MHz K6-II. It's a little wacky with the G4 upgrade, though.
  7. C

    Spatulas from Europe

    Hope they aren't made out of steel. That was where UPS reamed me.
  8. C

    What is your weirdest PC Card. (And what does it do)

    Well, I think you win, outside of unusual lab setups. I do have several radioSHARKs. Not PCI, but USB and they work with nearly everything, including Power Macs (my G4 server is configured to record shows from it and play its output to a house FM transmitter...
  9. C

    SCSI CD emulator for PDQ?

    It's called an HDI-30 connector. There are many passive converter cables for it on eBay. Pick the BlueSCSI or ZuluSCSI that works with the cable you choose.
  10. C

    Info about this card in my Apple IIe

    Seems too simple to be a serial card, but could be a parallel printer interface. I'm guessing the IC at 3A is a ROM.
  11. C

    Apple Network Server MacOS based ROMs found

    Which CD is that on? EDIT: nvm, found it on disc 2 of my 7/01 SDK CD set
  12. C

    Apple Network Server MacOS based ROMs found

    That would be fabulous. I've been spending the afternoon messing with Boot Variables' source code but it does not like New World Macs like my development MDD. I'm trying to adapt @joevt's NVRAM read code from DumpNameRegistry and it no longer crashes but there seems to be an impedance mismatch I...
  13. C

    Apple Network Server MacOS based ROMs found

    Setting the property to 1 from Open Firmware indeed enables on-board Ethernet with 1.1.20.1. Now to think about if we want to solve this with the nvramrc or some other means.
  14. C

    Apple Network Server MacOS based ROMs found

    I've been looking at the Ethernet issue some more. DumpNameRegistry shows two differences for /Devices/device-tree/bandit/gc/mace: 2.0 has a property PLSCCPort 00000001 which I doubt is relevant to the problem, and 1.1.20.1 has a different driver-ist InterruptSetMember offset. In the 2.0 ROM...
  15. C

    VRAM - more speed, or just more colors?

    I have an 8*24 GC in my MacIvory system and took some benchmarks a while back. https://oldvcr.blogspot.com/2024/10/refurb-weekend-symbolics-macivory-lisp.html
  16. C

    SCSI CD emulator for PDQ?

    Make an image of the 8.1 CD as an iso, then set it up on an external BlueSCSI/ZuluSCSI or similar. They can directly emulate a CD-ROM from an .iso; it's all in their documentation.
  17. C

    New to me Apple II GS with extras

    Something just occurred to me. If you hook up the speaker leads to that card, do you get audio output from the machine through the line out? Maybe it's mixing the machine's built-in sound.
  18. C

    Hardware/software you have that no one talks about.

    That looks like a clone of the MEK6802D5. It even has the same "0 F E D" lower row, though the G M R X column is a bit out of order. Seems like you should be able to power it up, the ground and power connections should be easy to identify from the data sheets.
  19. C

    New to me Apple II GS with extras

    I can't see the board assembly number, but that looks like a ROM 03 board, yes. It would be 607-0275-03. I don't recognize the Tapestry card (it just has a generic 87C51 on it, which is an 8051), but the speaker output might not be enabled if the rear headphone port is in use. Try disconnecting...
  20. C

    Hardware/software you have that no one talks about.

    Just a 6802? No 6847 or anything else?