本 lab 要求我们进行系统调用代码的编写。
Preparation
切换到对应分支
$ git fetch
$ git checkout syscall
$ make clean
可以看到 Makefile 里内容都重置了,且测试脚本
2023-10-23