Skip to content

Commit 9641427

Browse files
committed
add tools to parse ecfs
1 parent 82459b0 commit 9641427

7 files changed

Lines changed: 1081 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Development Plan
44

55
- Phase one: one node, one disk (2026-02-20 done)
6-
- gid, global inode, global block, design ready
6+
- gid, global inode, global block, design/code ready
77
- basic test pass (file create, directory create, ls)
88
- full test pass
99
- test_mkdir_auto

test/basic_test.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ MODE=${1:-ecfs}
55

66
TEST_PATH=$HOME
77

8-
IMG=$TEST_PATH/test.img
9-
inode_start_block=1059
8+
#IMG=$TEST_PATH/test.img
9+
#inode_start_block=1059
10+
11+
inode_start_block=37
12+
1013

1114

1215

0 commit comments

Comments
 (0)