• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Recent content by uyjulian

  1. uyjulian

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

    For disk images, they should be available on Macintosh Garden. For bootable ones however, I'm not aware of any, so you need to boot from a different disk (e.g. System 7.x) first
  2. uyjulian

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

    Install the LaCie Silverlining driver
  3. uyjulian

    A/UX Developer's Tools?

    Nice.
  4. uyjulian

    Sil3112 Card in a PowerBook Pismo

    Would be interesting to have a method to load or extract the EEPROM data such that it can be used at runtime. Might be interesting for quickly iterating on other PCI<->SATA bridge chips, virtio-blk or NVMe support also.
  5. uyjulian

    OS9 Programming & UTF-8

    It shouldn't be too hard to port iconv.
  6. uyjulian

    Looks like TLS 1.3 has been made to work on Windows 3.1. Can the same be done for System 7?

    You can use a ssh client on your Mac if you like coding on your Mac. This allows you to use e.g. retro68 and nano from your Mac. https://68kmla.org/bb/index.php?threads/ssheven-a-modern-ssh-client-for-mac-os-7-8-9.38593/
  7. uyjulian

    In-System-Programmable ROM SIMM

    An alternative would be to expose MTP. Then you can change files without eject/reinsert...
  8. uyjulian

    Macintosh IIci Logicboard recreation

    Nice I have some bombed boards I could use for ports. Some additional ideas I'll throw in: Integrate ram and e.g. zuluscsi on the mainboard mini-ITX/ATX compatible layout
  9. uyjulian

    Installer SDK tips?

    If there is a mechanism like NSIS plugins, you could use that to handle your driver installation code.
  10. uyjulian

    MAME/SNES Sound & Music Rippers

    vgmtrans? https://github.com/vgmtrans/vgmtrans Or https://code.google.com/archive/p/loveemu/
  11. uyjulian

    Getting rid of the 'Your clock is not set to the correct time' alert dialog after System 7 boots

    Probably a more foolproof method would be to set the time to the last modified of the INIT, then modify the last modified of the INIT on shutdown
  12. uyjulian

    alternatives for WPA2 networking under OS9

    I'm not sure if RNDIS or USB-ECM drivers exist for OS9, but if they do, you could probably skip the ethernet adapter and just connect the phone directly for tethering.
  13. uyjulian

    LocalTalk... but faster?

    I wonder if it would be possible to use both the modem and the printer serial ports together for faster speeds.
  14. uyjulian

    Porting LinuxDoom to System 7 (or trying to) - progress and questions

    alloca is usually implemented as a compiler builtin. It allocates a buffer on the stack. There is usually no library associated with it In a lot of cases you can usually replace alloca calls with malloc / free. And it may be needed if you are low on stack space
  15. uyjulian

    Porting LinuxDoom to System 7 (or trying to) - progress and questions

    You can use Universal Interfaces to have support for those post system-7 features in Retro68
Top