Search results

  1. P

    Apple Network Server MacOS based ROMs found

    Terrific! This is on real hardware right? Very impressive! Getting it running on hardware is always a much bigger challenge than in an emulator. I as mentioned, I have transformed my emulator experiments (https://github.com/pappadf/powermac-nt-hal/tree/pappadf-experiments) to work with a...
  2. P

    Apple Network Server MacOS based ROMs found

    Sounds excellent! This is on real hardware, right? I've reworked my experimental branch to use the floppy + unmodified CD approach as well (I've pushed all updates to that branch). It almost works fully in the emulator.
  3. P

    Apple Network Server MacOS based ROMs found

    Yes, I picked: OEM 000-48303 (October 1996) Workstation release. md5sum nt-4.0-ppc.iso # ab37556d72818ed082c1d01c2d7f1898 see https://github.com/pappadf/powermac-nt-hal/wiki/Emulator-Media-you-must-supply
  4. P

    Apple Network Server MacOS based ROMs found

    Yes, long term that's a much better approach.
  5. P

    Apple Network Server MacOS based ROMs found

    Yes to both; and yes, Microsoft did port the cirrus driver to ppc. It ships on the cd. SCSI: symc810.sys, ms' own miniport for the sym/ncr 53c8xx family, driving both 53c825a. Nothing new. Getting setup to choose it took one patch, though -the veneer reported the scsi identifier as NCR,53C810...
  6. P

    Apple Network Server MacOS based ROMs found

    I agree complete - I've no intention to modify/patch anything more than necessary. There are 4 things that today needs to be added or patched: Adding a new HAL (*.DLL) file (separate file) Adding an ADB driver (separate file) Modifying \PPC\TXTSETUP.SIF to add a new installation option (the ANS...
  7. P

    Apple Network Server MacOS based ROMs found

    Milestone: I have a desktop on emulated ANS. (Doesn't necessarily carry over to real hardware, all stuff in https://github.com/pappadf/powermac-nt-hal/tree/pappadf-experiments) My next idea is to build a small web application (local page js/wasm only, no server side): You load an iso image of...
  8. P

    Apple Network Server MacOS based ROMs found

    I pushed new content to https://github.com/pappadf/powermac-nt-hal/wiki (as before, indeed based on AI tools).
  9. P

    Apple Network Server MacOS based ROMs found

    All my recent experiments are on the pappadf-experiments branch, not main: https://github.com/pappadf/powermac-nt-hal/tree/pappadf-experiments Where it's got to on the emulator: text-mode Setup runs end to end, the installed system boots from disk (veneer -> OSLOADER -> registry hive -> boot...
  10. P

    Apple Network Server MacOS based ROMs found

    I'm just the middle-man here as most of my work was carried out by ai, but nevertheless: This sounds exactly like what my agent hit around wall 18-22 in https://github.com/pappadf/powermac-nt-hal/blob/main/STORY.md: "Both controllers get correct memory addresses and IRQs, and interrupts occur...
  11. P

    Apple Network Server MacOS based ROMs found

    My latest experiments/progress in a separate branch/PR: https://github.com/pappadf/powermac-nt-hal/pull/1
  12. P

    Apple Network Server MacOS based ROMs found

    Thanks! Great progress! How far into the boot are you here, i.e. what were the previous screens/output that you passed?
  13. P

    Apple Network Server MacOS based ROMs found

    I've now uploaded it here: https://github.com/pappadf/powermac-nt-hal We can always find a better home for it later on - just want to make sure that you get access to it asap. Note that I didn't really take the time to clean it up or review it properly. There could be a lot of strange...
  14. P

    Apple Network Server MacOS based ROMs found

    The best way to describe it: an experimental hack based on vibe coding + some bits and pieces from maciNTosh/maciNTosh-bandit/entii-for-workcubes projects. I will try to publish/upstream it somehow - I just don't know how yet. It will of course be under GPL-2.0 if I keep some code from the...
  15. P

    Apple Network Server MacOS based ROMs found

    New update (sorry for spamming, but I wanted to share latest): NT kernel running, uses the Cirrus graphics card in text mode, crashes on INACCESSIBLE_BOOT_DEVICE:
  16. P

    Emulated PM 7500 and Voodoo2 with Quake (in the browser) [MEDIA] (yes, AI tools have indeed...

    Emulated PM 7500 and Voodoo2 with Quake (in the browser) (yes, AI tools have indeed been used as part of this work)
  17. P

    Apple Network Server MacOS based ROMs found

    I was looking at the bandit fork (https://github.com/MCJack123/maciNTosh-bandit), however - showing my lack of understanding of ARC firmware vs. HAL: My impression is that the upstream https://github.com/Wack0/maciNTosh contains a couple of HAL implementations in binary form (e.g halgoss.dll)...
  18. P

    Apple Network Server MacOS based ROMs found

    Sorry for asking a perhaps stupid question, but what should the plan for the HAL be? 🤔
  19. P

    Apple Network Server MacOS based ROMs found

    I put an agent on the task for a few hours. You can see/follow the result here: https://github.com/pappadf/granny-smith/pull/135 Update: It actually seem to load the NT kernel now (though not yet boot it) - it asks for the HAL. This one will be tricky to pass. Note: This work is to a...
  20. P

    Apple Network Server MacOS based ROMs found

    I will try to fix some LE support and see how far I can get...