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
本文主要是介绍Pintos - Run didn't start up properly: no Pintos booting message,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
做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
这篇关于Pintos - Run didn't start up properly: no Pintos booting message的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
http://www.chinasem.cn/article/313959。
23002807@qq.com