readme

来自「一个mips虚拟机非常好代码,使用C++来编写的,希望大家多学学,」· 代码 · 共 8 行

TXT
8
字号
This simple boot loader relocates a DIT image into the start of physicalmemory (CKSEG0) and jumps to the entry point as specified by*(int*)PHYS_TO_CKSEG1(24). Although unbelievably primitive, this is all weneed to boot the simulator.You will need a MIPS64 cross-compiler to compile this: edit the makefilemanually and run "make" to build the boot block.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?