Contains constants of FS.
More...
Go to the source code of this file.
|
#define | BLOCK_SIZE 128 |
|
#define | INODES_COUNT 128 |
|
#define | BLOCKS_COUNT 128 |
|
#define | BLOCKS_COUNT_IN_INODE 8 |
|
#define | MAX_PATH_LEN 16 |
|
#define | DESCRIPTORS_COUNT 16 |
|
#define | MAGIC 0xFAF |
|
#define | ROOT_INODE_ID 0 |
|
#define | ROOT_BLOCK_ID 0 |
|
Contains constants of FS.
- Author
- yaishenka
- Date
- 13.03.2021
Definition in file defines.h.