Here is another tip. I'm copying this from someone else's thread and just going to boldface the parts that you need to look at now:
C:LoadModule L:FastFileSystem
L:Ram-Handler L:Shell-Seg DEVS:scsi.device LIBS:icon.library L:workbench.library NOREBOOT
C:SetPatch SKIPROMMODULES filesystem,
ram-handler,shell,scsi.device,icon.library,workbench.library QUIET
In other words, somewhere in your first couple lines you should have the "LoadModule" command. After that somewhere should be "L:Ram-Handler". Likewise, your SetPatch SKIPROMMODULES should be set to skip the version of ram-handler that's in there.
Basically what you're telling your system is to ignore the old version on the ROM and load the new version from L:.
Kapish?
