Hi,
To get AFA working you need to do the following
Copy freetype.library and oop.library to libs:
Copy morelibspace and AFA_OS_Loader to C:
Copy the other AFA files somewhere. In Amikit this is Utilities/Expansion/AFA_OS
Add the following lines to s:startup-sequence
C:morelibspace
According to the docs this needs to be before SetPatch but I've never got it to work unless this is the 1st line.
And add the following lines after the call to C:AddDataTypes
Assign >NIL: AfA_OS_Libs: S:Utilities/EXPANSION/AfA_OS/AfA_OS_Libs
C:AfA_OS_Loader
Note it may be wise to enable only 1 module at a time as I have had a lot of problems with the various versions that cause the system to hang.
To enable \ disable a module remove it or add it to AFA_OS_Libs:
If anyone knows how to get it to work on a real Amiga without having to boot with no startup sequence and then execute s:startup-sequence, please let me know as it's driving me nuts