OK, everything works except DRAP command that stalls Apollo4060
You need to patch the 060 library v60.10 in order to make it run.
Patcher is included.
From that startup sequence I only removed DRAP. Also replaced OS3.9 Loadmodule for the latest one from aminet. Copied to C:
Now lets see what's going on with DRAP
If you haven't done so already, you should copy icon.library and workbench.library to the LIBS:OS3.9 dir, and rename the original ones so that the system cannot find them.
In other words, something like this:
LIBS:-OFF-icon.library
LIBS:-OFF-workbench.library
LIBS:OS3.9/icon.library
LIBS:OS3.9/workbench.library
Then add the libraries to the end of the RemAPollo line. If you still want to try loading modules with LoadModule, the RemAPollo line should now look like this:
C:RemAPollo QUIET MAC Modules LIBS:OS3.9/OS_Module1 OS_Module2 OS_Module3 OS_Module4 OS_Module5 OS_Module6 OS_Module7 OS_Module8 OS_Module9 workbench.library icon.library
I will still suggest that you at least try without using LoadModule though, so that the line looks more like this instead:
C:RemAPollo QUIET MAC Modules LIBS:OS3.9/OS_Module1 OS_Module2 OS_Module3 L:FastFileSystem DEVS:FileSystem.resource OS_Module6 L:Ram-Handler DEVS:console.device OS_Module9 workbench.library icon.library DEVS:battmem.resource DEVS:misc.resource DEVS:potgo.resource L:Shell-Seg LIBS:dos.library LIBS:layers.library
Also, since the entire ROM update gets loaded by RemAPollo, your SetPatch line should then look like this:
C:SetPatch NOROMUPDATE QUIET
PS! The above mentioned stuff regarding icon.library, workbench.library and SetPatch, is also mentioned in the RemAPollo documentation.