diff --git a/src/common/memory.c b/src/common/memory.c index 8680081..eb5c82a 100644 --- a/src/common/memory.c +++ b/src/common/memory.c @@ -4,7 +4,7 @@ #include #include -#define MEM_SIZE 1024 +#define MEM_SIZE 4096 #define MEM_START 0x00 #define MEM_BLOCK_SIZE ((int) sizeof(mem_block_t)) #define MEM_MAX_BLOCKS (MEM_SIZE / MEM_BLOCK_SIZE)