MIT6.S081
Search...
Ctrl
K
Lec13 Sleep & Wake up (Robert)
Previous
11.9 XV6线程第一次调用switch函数
Next
13.1 线程切换过程中锁的限制
Last updated
4 years ago
Was this helpful?
准备工作,阅读【1】中7.5~7.10,阅读【2】【3】中相关部分。
【1】
【2】
【3】
https://pdos.csail.mit.edu/6.828/2020/xv6/book-riscv-rev1.pdf
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/proc.c
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/sleeplock.c