2 ** PsdStackloader loads the ENVARC:Sys/poseidon.prefs file and starts the stack.
3 ** This is AROS specific, as under AmigaOS, the PsdStackloader is the config itself
4 ** and under MorphOS, IPrefs loads the prefs.
7 #include <proto/poseidon.h>
8 #include <proto/exec.h>
11 const char *psd_version
= "$VER: PsdStackloader 4.0 (03.06.09) by Chris Hodges <chrisly@platon42.de>";
16 int ret
= RETURN_FAIL
;
17 if((ps
= OpenLibrary("poseidon.library", 4)))
19 if(psdLoadCfgFromDisk(NULL
))
25 PutStr("Error loading poseidon.prefs!\n");
29 PutStr("Unable to open poseidon.library\n");