mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Okay, I have a better understanding of how Brother 120kB files work now.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user