Hi Piru,
Is it even a good idea to try and map the expansion.library to FASTRAM?
I assume that BlizKick doesn't do it is because it's a bad idea?
By conventional means it is a bad idea. With MMU it is possible, assuming at the whole MMU page worth of chip memory is allocated for it. I believe this is what the "prepare" tool in mmulib method is doing.
However, expansion.library is rarely used so it doesn't really matter that much. exec.library and supervisor stack is much more important to have in fast mem, and this is possible even without mmu.library.