hoglet67 / MMFS

Modern SD Card File System for Acorn 8-bit Machine (Master, Beeb, Electron)
68 stars 17 forks source link

Mmfsv2 drename #31

Closed gfoot closed 1 year ago

gfoot commented 1 year ago

Hi Dave, this is the other change I made to MMFSv2 - adding a *DRENAME command for renaming disc images. The B+ sideways RAM build ran out of space so I excluded the utils from that build - maybe there's a better way to make that fit though.

hoglet67 commented 1 year ago

Hi George,

Thanks for these pull requests, which I'll definitely find a way to include.

The only issue is setting UTILS=FALSE to in the B+ build unfortunately affects both MMFS and MMFS2.

I'd rather not loose the BUILD/DUMP/LIST/TYPE on the B+, especially from the MMFS build which I know is being used.

In terms of space, it looks like the *DRENAME addition needs 218 bytes, and the the B+ MMFS2 build only has 124 bytes, so that's about 94 bytes short, which is quite a lot.

For now, I think I'll try to change it so that *DRENAME is excluded from the B+ MMFS2 build.

Then maybe we can take a bit more time and try to find a way to free up some space.

Dave