Pintos编程项目2

时间:2013-12-29 07:12:20

标签: linux operating-system pintos

是否必须以不同的方式为第二个项目(用户程序)安装Pintos?每当我尝试在我的安装上运行pintos -f -q时,我都会收到错误,其中Pintos无法识别参数“-f”。

Back to tcg accelerator.
PiLo hda1
Loading..........
Kernel command line: -f -q
Kernel PANIC at ../../threads/init.c:264 in parse_options(): unknown option `-f' (use -h for help)
Call stack: 0xc00283de.
The `backtrace' program can make call stacks useful.
Read "Backtraces" in the "Debugging Tools" chapter
of the Pintos documentation for more information.

这是Pintos处理所有参数的地方: http://www.cse.iitd.ernet.in/~sbansal/csl373/pintos/doc/pintos_html/init_8c-source.html 我无法在任何地方找到FILESYS的定义。有人可以帮帮我吗?

2 个答案:

答案 0 :(得分:4)

utils/pintos中将行号259更改为/home/<your home username>/<pintos dir>/src/userprog/build/kernel.bin

utils/Pintos.pm中将行号362更改为/home/<your home username>/<pintos dir>/src/userprog/build/loader.bin

再次在makeuserprog中运行utils

答案 1 :(得分:1)

有同样的问题 您需要在安装pintos时将内核和加载器指向userprog / build中的内核和加载器而不是thread / build