项目(用户程序)是否必须以不同的方式安装 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 的定义。有人可以在这里帮我吗?
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
在userprog
中运行make
,再次utils
。
有同样的问题您需要将内核和加载器指向 userprog/build 中的内核和加载器,而不是安装 pintos 时所做的线程/构建