Working on fragments

This commit is contained in:
Caleb Gardner
2020-11-23 06:44:39 -06:00
parent de45fc927d
commit ae2cc5ab54
7 changed files with 51 additions and 86 deletions
+3 -3
View File
@@ -17,17 +17,17 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Not Working (Yet). Roughly in order.
* Give a list of files
* In io.FileStat (?) form
* Figure out fragments
* Extracting files
* from inodes.
* from path.
* from file info.
* Give a list of files
* In io.FileStat (?) form
* Reading the UID, GUID, Xatt, Compression Options, Export, and Fragment tables.
* Implement other compression types (Should be relatively easy)
* Squashing
# Where I'm at.
* Working on reading data blocks
* Reading fragments does not seem to be working right now