You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're only writing to the first FAT table. There are multiple, that we should keep up to date. (Also FAT32 might need more handling for active/inactive ones?)
The text was updated successfully, but these errors were encountered:
To be honest, I've been really _dis_inclined to correct this given the performance problems we're already having on Tessel. However, "double bookkeeping" here may not add quite as much overhead as initially thinking, really only an extra read+write or so when expanding/truncating files.
Right now we're only writing to the first FAT table. There are multiple, that we should keep up to date. (Also FAT32 might need more handling for active/inactive ones?)
The text was updated successfully, but these errors were encountered: