Increase available memory to 4096 bytes

This commit is contained in:
2024-09-30 22:35:37 +02:00
parent b0f08967c7
commit 23765aae8a

View File

@@ -4,7 +4,7 @@
#include <string.h>
#include <stdio.h>
#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)