工具使用
https://pdos.csail.mit.edu/6.828/2017/labguide.html
debug tips JOS makefile GDB
QEMU
- make CPUS=1 qemu
xv6 GDB调试方法
- 执行make qemu-gdb
- 执行gdb
JOS GDB调试方法
#
- 执行make qemu-gdb
- 执行make gdb
执行用户程序faultread
- make run-faultread
https://pdos.csail.mit.edu/6.828/2017/labguide.html
debug tips JOS makefile GDB