readme

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

TXT
27
字号
This is a heavily hacked up version of Patryk Zadarnowski'sSulima simulator.  As provided it emulates the UNSW U4600 board(with a MIPS R4600 processor), and successfully boots PMON,L4/MIPS and the MIPS64 version of L4Ka::Pistachio.Quick start:make to build./u4600 to bootYou might want to have a look at runtime/u4600/u4600.tcl tosee how things fit together.Special keys:* Ctrl-D enters the L4/MIPS debugger (like the U4600 debug  switch)* Ctrl-R dumps register state without interrupting the kernelOther random notes:* This version won't work properly on a big endian host* There might be bugs, if in doubt try the real hardwareHave fun!Matthew Chapman <matthewc@cse.unsw.edu.au>

⌨️ 快捷键说明

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