Started working on file extraction

This commit is contained in:
Caleb Gardner
2026-05-03 05:31:04 -05:00
parent cbd2697c19
commit 5521b2ce6a
3 changed files with 28 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const BlockSize = @import("inode_data/file.zig").BlockSize;
pub const FragEntry = extern struct {
start: u64,
size: BlockSize,
_: u32,
};