您的位置:首页 > 运维架构

Pintos - Run didn't start up properly: no "Pintos booting" message

2016-12-31 22:17 134 查看
做pintos 在make check时总遇到no "Pintos booting" message的错误,使用Stack Overflow上的解决方法成功,很想知道这是为什么。

up vote1

down vote

i had same problem and i solved it.open "/pintos/src/tests/Make.tests"edit line 54 (delete -v)

TESTCMD = pintos -v -k -T $(TIMEOUT)

then, in "/threads/build" you can do

make check


问题链接:http://stackoverflow.com/questions/15354286/pintos-kernel-panic-with-v-option-bochs-on-ubuntu
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐