forked from xuos/xiuos
modify mkfs.h
This commit is contained in:
parent
40726602ec
commit
7aa0cde8f2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue