modify mkfs.h

This commit is contained in:
lr 2024-05-15 18:34:57 +08:00
parent 40726602ec
commit 7aa0cde8f2
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ Modification:
#define ROOT_INUM 1 // root inode number
#define BLOCK_SIZE 512 // block size
#define BITMAP_SIZE 1024
#define nr_blocks_total 8192 // total number of blocks (including used blocks and free blocks)
#define nr_inodes 200 // total number of inodes