fixed a constant to meet the current design

This commit is contained in:
FactorialN 2023-11-22 23:52:05 -08:00
parent 57779e8a7e
commit 9e34e025a3

View File

@ -18,6 +18,7 @@
#define INODE_SIZE 512
#define DATABLOCKS_PER_BITMAP_BLOCK 255
// TODO: explore the optimal value for this
#define DATABLOCKS_PER_BITMAP_BLOCK 2047
#endif