Increase available memory to 4096 bytes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user