Pintos は、2 番目のプロジェクト (ユーザー プログラム) に対して別の方法でインストールする必要がありますか? 自分のインストールで実行しようとすると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 の定義が見つかりませんどこでも。誰かがここで私を助けてくれますか?