当我在 .../build/ 中执行“pintos -- run alarm-multiple”时,一切似乎都很好。
但是当我在 .../build/ 中进行“检查”时,所有 7 个测试都以相同的“运行未正确启动:没有“pintos 启动”消息失败
pintos -v -k -T 60 --bochs -- -q run alarm-single < /dev/null 2> tests/threads/alarm-single.errors > tests/threads/alarm-single.output
perl -I../.. ../../tests/threads/alarm-single.ck tests/threads/alarm-single tests/threads/alarm-single.result
FAIL tests/threads/alarm-single
Run didn't start up properly: no "Pintos booting" message
然后我在 .../build 中发现了“pintos -v -k -T 60 --bochs -- -q run alarm-single”它给出了一个
Bochs 退出并显示以下消息:[ ] bochsrc.txt:12: display library 'nogui' not available
如果我去掉“-v”就可以了。
如何修复此显示库“nogui”不可用