Search results

  1. V

    SMC ROM SIMM Prototype

    @Kay K.M.Mods Thank you for the explanation. I saw the successful launches of Quadra 900 in YouTube and decided to study this topic. I found ROM SIMM here and some explanations, as well as a link to GitHub, where you can get a custom ROM. I became interested, and of course I wanted to try it...
  2. V

    SMC ROM SIMM Prototype

    @Kay K.M.Mods, @eric, I'm just getting ready to try it on Quadra 950. In general, I understood everything, but I can't understand why when splitting ROM, the chunks are named in reverse order? 0 chunk of firmware = file 4 1 chunk of firmware = file 3
  3. V

    Efficient web-based classic Mac emulator

    @eric I always wanted to have OS X 10.0 or 10.1 installed on real hardware, but every time I face problems. To install these OS, you need small disks, preferably no more than 4 GB, because on G3 MT, for example, the installer does not find suitable disks. I have such SCSI disks, but they are...
  4. V

    2025 PowerPC Challenge

    Managed to fix it! The plastic had metal threaded bushings soldered into it. It seems reliable. I won't take it apart anymore, it seems to me that this plastic starts to crack every time I look at it. :LOL:
  5. V

    Configuring the NFS/Share client on System Software

    @vtgearhead, I didn't know about it. Share your configuration file, I have ready-to-use disk images BlueSCSI SSW 7.0.1, SSW 7.1, SSW 7.1.2, SSW 7.5, SSW 7.5.3, I could check it quickly enough. For me, NFS is more convenient than FTP, so I miss it when I boot these old systems.
  6. V

    68k ssheven - A minimal new SSH client for Mac OS 7/8/9

    This time, unfortunately, there is some problem. After the configuration file "ssheven Preferences" are created, restarting the application causes Mac OS 7.6.1 with OpenTransport 1.3.1 to freeze, which runs on Quadra 950. If you delete the settings file, the launch will be successful. I didn't...
  7. V

    MDD FW400 and DP 1.42 Ghz from FW800

    I was able to get another such processor. And... exactly the same problem. If I disable multiprocessor support, OS9 works fine. Very fast. But with the support of two OS9 processors, it freezes. OS X does not start, with the same error.
  8. V

    SheepShaver and BasiliskII building for BeOS

    @phipli Thank you! You helped me a lot. And I finally figured out why BasiliskII didn't work -- I downloaded the file with the BeOS client in the terminal, and forgot to switch to binary mode. The file was downloaded, but was not valid. Now I have both BasiliskII and SheepShaver. Maybe I'll...
  9. V

    SheepShaver and BasiliskII building for BeOS

    This has already been done, apparently that's why the extension is loaded immediately, even before the BeOS download option appears. But again, BeOS does not load with the extension loaded. What version of the extension do you use? This is without a loaded extension. The Mhz of the processor is...
  10. V

    SheepShaver and BasiliskII building for BeOS

    @phipli, I've already tried to run BeOS with this processor and got a "black screen" (Malevich 🤪). I use the MaxPowr extension version 2.0.5, and I see how a rectangular MaxPowr insert appears under the square Mac OS emblem, and only after that the Mac OS/BeOS loader selection appears. If I...
  11. V

    SheepShaver and BasiliskII building for BeOS

    @phipli, I knew that SheepShaver can use a processor without emulation when running on PPC, but I didn't know that ROM is also read automatically. After I removed the ROM in the settings, it worked. The connected disk with SSW 7.5.3 will start, but it's sooo slow. I have NewerTech G4 350...
  12. V

    SheepShaver and BasiliskII building for BeOS

    No, apparently there is some other problem that is not obvious to me. Booting from the CD is not performed. An attempt to boot from a disk image is unsuccessful, Mac OS boot hangs. I tried to wait 10+ minutes, but nothing changes. All this works fine on SheepShaver 2.5 on this macOS 15. Do you...
  13. V

    SheepShaver and BasiliskII building for BeOS

    @ClassicHasClass, @phipli, Wow! Thank you, folks! It's running now, but my disk images that I transferred from the modern SheepShaver to macOS 15 didn't work in BeOS. Mac OS 9.0.4 boots in SheepShaver on BeOS and an extension error pops up. Booting with extensions disabled is also unsuccessful...
  14. V

    SheepShaver and BasiliskII building for BeOS

    Hi, There is a Power Macintosh 9500 running BeOS 5. I want to try running SheepShaver and BasiliskII on this OS. However, I couldn't find the finished packages, only the source texts. But there was a problem with the compilation. I'm not a programmer, so every time I have various problems when...
  15. V

    Configuring the NFS/Share client on System Software

    I think I found a problem. For this to work, you need a NIS server that will authenticate users. Apparently, it won't work without it. I found a guide on it, and raised it to Debian, but perhaps "modern" packages cannot process requests from this client. In general, it didn't work out either...
  16. V

    2025 PowerPC Challenge

    Hey, folks! I'm restoring my PM9500, and I've encountered problems that I don't understand how to solve. The front panel mounts were completely broken, I restored the right side by printing clips, but what to do with the left side? All self-tapping mounts are broken, in some you can use a...
  17. V

    BlueSCSIv2 on Power Macintosh 8100/80

    I want to share with you the bracket and bezel for BlueSCSIv2 in PM8100. The location for screws for the new version 2023.10a, I hope it won't change in the new versions of board. :) I like this option of using Desktop more than DB25 in this Mac. The photo shows that the memory card is inserted...
  18. V

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @rdmark It turns out that you can assemble the package on macOS without this key (-Dwith-appletalk=true), because it doesn't make sense?
  19. V

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @rdmark, Should AppleTalk work on macOS? The assembly was performed with the keys from the instructions, meson setup build \ -Dbuildtype=release \ -Dwith-appletalk=true \ -Dwith-tests=true \ -Dwith-testsuite=true But it seems that editing the /opt/homebrew/etc/atalkd.conf file does...
  20. V

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @KennyPowers, Yes, that's what was meant. I will try "uams_randnum.so" soon, thanx.