提交 7283bf16 编写于 作者: Z Zihao Yu

mips32,init: initialize mmu

上级 c7253504
......@@ -10,7 +10,11 @@ const uint32_t isa_default_img [] = {
};
const long isa_default_img_size = sizeof(isa_default_img);
void init_mmu(void);
void init_isa(void) {
cpu.gpr[0]._32 = 0;
cpu.pc = PC_START;
init_mmu();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册