Piru wrote:
@Tomas
No you really can't have any effective memory protection if you intend to use AmigaOS. It's not just applications, it's the OS itself.
I don't fully agree with this statement. Sure you can't have UNIX style MP where every process lives in it's own adress space. But I think it should be possible to have one adress space but make some of your memory read-only to other tasks. At least this should make it possible to make the core OS uncrashable. Of course programs not using this feature to protect their own memory can still be crashed by other programs that have a wild pointer.
I agree though this will be a major undertaking especially to get it right and performant.