Recent content by uyjulian

  1. uyjulian

    The State of Macintosh Accelerators

    Something like Radius Rocket or PiStorm could bypass the bandwidth limitations by providing its own RAM and storage.
  2. uyjulian

    Fast! CompactFlash for Macintosh PDS/NuBus

    If DMA is not being used, I wonder if implementing some sort of compression e.g. lzo or lz4 for transferring sectors would make transfers fasters and allow squeezing more bandwidth out of the NuBus interface.
  3. uyjulian

    OS 9 downloads super slow no matter what?

    Does it still happen when running the same application under OSX (Classic)?
  4. uyjulian

    My nubus pipe dream

    I was thinking about a hybrid/bridged system. Maybe a CPLD/FPGA that has Nubus and just enough RAM to saturate transfer bandwidth as a bounce buffer, then one of e.g. PCIe/USB3.0/CSI output, then interface with maybe a Raspberry Pi CM4 or CM5 which can interface with PCIe and also output through...
  5. uyjulian

    My nubus pipe dream

    I wonder if it is possible to do host-side framebuffer memory instead of needing to map the whole framebuffer memory over nubus, then transfer damaged regions to nubus as needed. Could possibly reduce requirements for the nubus side of things in that manner
  6. uyjulian

    FireWire interfaced NIC/Driver development possibilities?

    The way to use Wifi or USB2.0/EHCI or other newer interfaces in OS9 right now is to use OSX with Classic. For OS9 bare metal, writing something new would be a pain, so it might be easier to port something in a manner similar to e.g. Haiku's FreeBSD compatibility layer. It might also be easier...
  7. uyjulian

    FireWire interfaced NIC/Driver development possibilities?

    At least on most modern macOS (with the "Internet Sharing" feature), bridging e.g. Wi-Fi, ethernet, thunderbolt, LAN, your phone, etc. to e.g. FireWire is pretty easy. In System Preferences, "Sharing" -> choose "Internet Sharing" -> share from Wi-Fi -> to computers using FireWire (if FireWire...
  8. uyjulian

    My nubus pipe dream

    In terms of hardware, I think the hard part is interfacing with the PDS, NuBus, or PCI interface. Pretty much many modern SoCs and even the RP2040 can output HDMI. Interfacing is the hard part, since nowadays communication has transitioned from low clock speeds, many pins (e.g. 32+ for NuBus or...
  9. uyjulian

    StarTalk: a new LocalTalk hub

    I would assume that since it is a hub (and not a switch) you could save on BOM cost by omitting the orange light except for one.
  10. uyjulian

    A/UX modern cross-compile toolchain (modern ELF Binutils and GCC)

    Still needs work; see https://github.com/uyjulian/aux_crosscompile_toolchain/issues/1 Nope Currently just doing what binutils implements Untested,
  11. uyjulian

    A/UX modern cross-compile toolchain (modern ELF Binutils and GCC)

    I might as well put this here to see if there is any interest in it. I've been working on a modern cross-compile toolchain for A/UX: https://github.com/uyjulian/aux_crosscompile_toolchain
  12. uyjulian

    [A/UX] Drop-in clean A/UX install image for SCSI2SD

    Cache card on 030 helps massively with performance on IIci (especially if you are using the built in video).
  13. uyjulian

    30Video: New video board for SE/30 / IIsi / more?

    You could try looking at SFP connectors in place of AUI if you want something smaller.
  14. uyjulian

    Silicon Image SIL3112 Flashing: Easier Way Using flashrom

    Probably isn't running the ata standby immediate command (0xe0 or 0x94), and waiting for it to complete.
  15. uyjulian

    QuadraFPGA: HDMI for the 68040 PDS slot

    I think the better bet for video acceleration is reversing the ATI drivers and maybe backporting them. The decompiler situation should be better for PPC (compared to 68k)
Top