Is there any reason why the Share driver - specifically misterfilesystem.c - would not work on System 1.3? (ks1.3/wb1.3). I've tried this, and when trying to access Share:, for example by attempting "list share:", I get the error "file is not an object module"
From checking Library documentation, I can't see any reason why it wouldn't work and the only thing I could see was that devinfo structure access needs to happen after forbid() - which it does in the code!
a314fs works on 1.3 - see pics on https://github.com/niklasekstrom/a314 - so I'm guessing it's either something to do with the way it is being compiled, or the slight modifications made for mister, or updates since the fork?
Any hints where to start looking for the issues?