提交 befc57d3 编写于 作者: Y Yinan Xu

ram: use 256MB as default ram size

上级 e44e2739
......@@ -3,8 +3,8 @@
#include "common.h"
// #define EMU_RAM_SIZE (256 * 1024 * 1024UL)
#define EMU_RAM_SIZE (8 * 1024 * 1024 * 1024UL)
#define EMU_RAM_SIZE (256 * 1024 * 1024UL)
// #define EMU_RAM_SIZE (8 * 1024 * 1024 * 1024UL)
void init_ram(const char *img);
void ram_finish();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册