NEMU
NEMU copied to clipboard
master分支编译的NEMU不可以正常执行
make riscv64-xs_defconfig
make -j
但是编译的diif版本可以使用
make riscv64-xs-ref_defconfig
make -j
在xs分支均没问题,master分支还需要进行啥特殊的配置才不会出现上述的问题?
Look like VGA issues. Should be fixed by https://github.com/OpenXiangShan/NEMU/pull/21.
Could you please have a try with the current master branch of NEMU?