提交 fce1c28c 编写于 作者: chyyuu1972's avatar chyyuu1972

Merge branch 'ch1-dev' of github.com:rcore-os/rCore-Tutorial-v3 into ch1-dev

......@@ -38,6 +38,7 @@ pub fn console_getchar() -> usize {
sbi_call(SBI_CONSOLE_GETCHAR, 0, 0, 0)
}
#[cfg(feature = "board_qemu")]
use crate::board::QEMUExit;
/// use sbi call to shutdown the kernel
pub fn shutdown() -> ! {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册