I would like to replace some MorphOS components with software made by third parties. How do I do that?
First of all, we do not support such configurations. Once you start to replace system stuff you are on your own. That said,, if you want to replace a library, for example MOSSYS:Libs/foobar.library, put your 3rd party foobar.library into libs: (which is SYS:Libs) and *rename* MOSSYS:Libs/foobar.library to MOSSYS:Libs/foobar.library_ (you can use any name but appending ‘_’ is handy). The system will then fallback to LIBS:foobar.library. But you should really refrain from doing that as MorphOS libraries are heavily improved and extended compared to 3rd party stuff.