am,x86-nemu,arch.h: fix PMEM_SIZE

This commit is contained in:
Zihao Yu 2017-08-11 22:59:58 +08:00
parent 104ae9e5a3
commit 1183767fd1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <am.h>
#define PMEM_SIZE (64 * 1024 * 1024)
#define PMEM_SIZE (128 * 1024 * 1024)
#define PGSIZE 4096 // Bytes mapped by a page
typedef uint32_t size_t;