Almost there?

This commit is contained in:
Caleb Gardner
2025-05-17 14:33:16 -05:00
parent f77c2ecf48
commit 9f345e5fdb
5 changed files with 163 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub const InodeRef = packed struct {
};
pub const InodeType = enum(u16) {
dir,
dir = 1,
file,
sym,
block,