rcore-os / rCore-Tutorial-Book-v3

A book about how to write OS kernels in Rust easily.
https://rcore-os.github.io/rCore-Tutorial-Book-v3/
GNU General Public License v3.0
1.23k stars 233 forks source link

A Problem in chapter3-4 #215

Closed wyfcyx closed 3 months ago

wyfcyx commented 3 months ago

"timer 子模块的 get_time 函数可以取得当前 mtime 计数器的值;"放在了代码段的最后边,而非代码段的前边,给人一种是对下一段代码段的注解.希望能够纠正一下.

Originally posted by @WindDevil in https://github.com/rcore-os/rCore-Tutorial-Book-v3/issues/97#issuecomment-2296405513