More work, specifically on decompression

This commit is contained in:
Caleb J. Gardner
2026-08-14 17:17:22 -05:00
parent 9f2a4bcc1e
commit e0b697dd0b
9 changed files with 189 additions and 29 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ pub fn deinit(self: Inode, alloc: std.mem.Allocator) void {
// Types
pub const Reference = packed struct(u64) {
_: u16,
block: u32,
offset: u16,
block: u32,
_: u16,
};
pub const Type = enum(u16) {