与 USTB-OS-Kernel 配套的评测系统.
以执行 Lab3 的测试为例,在本地执行:
cd /oslab && git clone https://github.com/USTB-806/ustb-os-checker.git
cd ustb-os-checker
make test CHAPTER=3其中运行结果将保存至 stdout-ch3 文件中.
在云端评测系统上将执行
cd /oslab/ustb-os-checker && make judge CHAPTER=3当输出
{
"verdict": "AC",
"score": 100,
"comment": "chapter 3 passed",
"detail": "..."
}即为成功.