Okay, I have a better understanding of how Brother 120kB files work now.

This commit is contained in:
David Given
2019-02-15 20:39:12 +01:00
parent 4102e3bd41
commit fe307447c4
2 changed files with 15 additions and 20 deletions

View File

@@ -108,10 +108,9 @@ To extract a file, do:
Wildcards are supported, so use `'*'` for the filename (remember to quote it)
if you want to extract everything.
This is _extremely experimental_. There's something weird about the length of
files --- the last sector in the chain is allocated in the FAT but doesn't
appear to be counted in the file size or contain file data, so maybe this is
doing something special.
This is _extremely experimental_. The data structures I've figured out are
mostly consistent, but it looks like there's always garbage in the last
sector of each file, so maybe I'm not getting the file lengths right.
Any questions? please [get in
touch](https://github.com/davidgiven/fluxengine/issues/new).