Fix modification infomations. Reconstruct fs directory structure.

This commit is contained in:
TXuian
2024-02-02 18:21:04 +08:00
parent 6942ad6d1d
commit 7069f54ed9
60 changed files with 172144 additions and 65 deletions
Binary file not shown.
@@ -48,7 +48,7 @@ Modification:
#define ROOT_INUM 1 // root inode number
#define BLOCK_SIZE 512 // block size
#define nr_blocks_total 4096 // total number of blocks (including used blocks and free blocks)
#define nr_blocks_total 2048 // total number of blocks (including used blocks and free blocks)
#define nr_inodes 200 // total number of inodes
#define NR_DIRECT_BLOCKS 5