I agree, expecting it to be something like an emulator that can run fun software would end up in dissapointment.Cyprian wrote: Wed Feb 11, 2026 10:50 pm AROS on Atari/Raven would be interesting, but I wouldn't expect much.
Many Amiga applications use hardware registers directly, and expect specific Amiga hardware like copper, sound dma, blitter interrupts etc. Also Amiga hardware does not support Supervisor/User privilege modes, so applications and OS do not either. You can write to any hardware register in user mode as well as to protected addresses like $0.
But maybe @agranlund could adopt Castaway to this somehow.
But it would still be interesting in the way EmuTOS on Amiga is interesting
As you said, any program expecting Amiga hardware would fail, same as if a GEM program expected Atari hardware under EmuTOS-Amiga.
Perhaps binary compatibility with some OS clean programs. Or at the very least very high source-level compatibility.
ExecBase always expected to live at address $4 wouldn't be a problem if one was ok with such Aros port requiring an MMU to circumvent that address being ROM on Atari.
Which is maybe fair, I think Aros-Amiga68k requires a fairly beefy 68k anyway to be usable?
With MMU you could also do hypervising to a degree, or as a way to protect hardware registers, but at some point I at least think that stops making sense and an emulator is a better choice -- if what you wanted was an emulator for running Amiga stuff, not an alternative OS that is source-level compatible with (some) Amiga stuff
EmuTOS has been used for some homebrew 68k computers needing an OS. Haven't seen Aros68k used in the same way, perhaps it's more of a beast to port.

