提交 bf62c213 编写于 作者: Z Zihao Yu

memory: change IMAGE_START to 0

上级 3a7598f1
......@@ -6,7 +6,7 @@
#define PMEM_SIZE (128 * 1024 * 1024)
extern uint8_t pmem[];
#define IMAGE_START 0x100000
#define IMAGE_START 0x0
/* convert the guest physical address in the guest program to host virtual address in NEMU */
#define guest_to_host(p) ((void *)(pmem + (unsigned)p))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册