mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
In FS0 filesystem image buffer was smaller than the memfs-defined maximum.
- Now fs size is in sync with memfs max size.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#define SZ_32K 0x8000
|
||||
#define SZ_64K 0x10000
|
||||
#define SZ_1MB 0x100000
|
||||
#define SZ_4MB (4*SZ_1MB)
|
||||
#define SZ_8MB (8*SZ_1MB)
|
||||
#define SZ_16MB (16*SZ_1MB)
|
||||
#define SZ_1K_BITS 10
|
||||
|
||||
Reference in New Issue
Block a user