rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

修改Makefile,在执行QEMU之前检查QEMU版本 #135

Closed wyfcyx closed 2 months ago

wyfcyx commented 8 months ago

如此,便可很大程度上避免QEMU版本不兼容引发的卡死问题。