MIT6.S081
More
Search
Ctrl + K
Lec09 Interrupts (Frans)
Previous
8.6 Memory Mapped Files
Next
9.1 真实操作系统内存使用情况
Last updated
3 years ago
准备工作,阅读【1】中第5章,以及【2-6】
【1】
【2】
【3】
【4】
【5】
【6】
https://pdos.csail.mit.edu/6.828/2020/xv6/book-riscv-rev1.pdf
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/kernelvec.S
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/plic.c
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/console.c
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/uart.c
https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/printf.c