> For the complete documentation index, see [llms.txt](https://mit-public-courses-cn-translatio.gitbook.io/mit6-s081/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mit-public-courses-cn-translatio.gitbook.io/mit6-s081/lec11-thread-switching-robert.md).

# Lec11 Thread switching (Robert)

准备工作，阅读【1】中7.1\~7.4，阅读【2】【3】。

【1】<https://pdos.csail.mit.edu/6.828/2020/xv6/book-riscv-rev1.pdf>

【2】<https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/proc.c>

【3】<https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/swtch.S>
