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

exit qemu in docker #112

Closed lllhh685 closed 1 year ago

lllhh685 commented 1 year ago

docker 运行 tutorial 成功,但是退出qemu ctrl-a x 失效,打印一个奇怪字符,然后打印x,有遇到过吗,谢谢

wyfcyx commented 1 year ago

应该前面章节都是没问题的,ch9开始要换成ctrl+c退出qemu。