mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 01:39:05 +02:00
Increased memfs fixed maximum file size to 40 blocks (i.e. 40 pages)
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
#define MEMFS_TOTAL_SIZE SZ_8MB
|
#define MEMFS_TOTAL_SIZE SZ_8MB
|
||||||
#define MEMFS_TOTAL_INODES 128
|
#define MEMFS_TOTAL_INODES 128
|
||||||
#define MEMFS_TOTAL_BLOCKS 2000
|
#define MEMFS_TOTAL_BLOCKS 2000
|
||||||
#define MEMFS_FMAX_BLOCKS 5
|
#define MEMFS_FMAX_BLOCKS 40
|
||||||
#define MEMFS_BLOCK_SIZE PAGE_SIZE
|
#define MEMFS_BLOCK_SIZE PAGE_SIZE
|
||||||
#define MEMFS_MAGIC 0xB
|
#define MEMFS_MAGIC 0xB
|
||||||
#define MEMFS_NAME "memfs"
|
#define MEMFS_NAME "memfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user