长期素食soyo
Results
1
comments of
长期素食soyo
> 有一个疑问寻求有缘人解答: 我运行了ch5分支的代码, 在trap_handler的中断加了打印 > > ``` > Trap::Interrupt(Interrupt::SupervisorTimer) => { > set_next_trigger(); > println!("trap::Interrupt---------------------"); > suspend_current_and_run_next(); > } > ``` > > 发现执行make run到进入user_shell后, 如果不输入字符, 就再也不会进入中断 我的疑问是, 为啥这时时钟中断没有生效? 不应该隔一段时间就陷入中断吗?...