While studying MorphOS 3.14 "Source Code Releases" section, I noticed that many sources start with this text:
/*
Copyright (C) 1995-2001 AROS - The Amiga Research OS
$Id: modlist.c,v 1.5 2005/12/02 13:42:43 laire Exp $
Desc:
Lang: english
*/
I conducted a compatibility analysis between AROS and MorphOS at the level of the contents of the C directory. There are commands existing in AmigaOS 3.1 and / or MorphOS, but absent in AROS. as an example in AROS there is no command FORMAT, but it is in AmigaOS 3.1 and MorphOS!
I was greatly surprised by the absence of C/ModList and C/PortList in AROS, because the MorphOS source says that they are written for AROS.
For fun, I tried to compile and check them in AROS One:
It works! Thus, we lost at least two good working tools, which MorphOS developers included in MorphOS and uploaded them as sources.
I didn't find them in the official
repository. These two commands are missing in AmigaOS 3 and maybe that's why they don't exist? Looks like: written, lost and forgotten.
Looks like a development cycle.
p.S. Hmm.. I looked at the
source code C/ResList and realized that all this requires rewriting for x86_64 ABIv1 supporting.