0

我在使用 eclipse 运行我的新 autograder 类来检查 Condition2.java 以了解我的 NachOS 实现时遇到了一些麻烦。我想我已经正确设置了运行配置并将类放在正确的位置,所以我真的很难理解为什么 eclipse 似乎完全忽略了我在参数中的命令。[这是我的配置:][1/2]

主要的

论据

这是我运行该配置时返回的内容(这是 NachOS 的默认设置):

    nachos 5.0j initializing... config interrupt timer user-check grader
*** thread 0 looped 0 times
*** thread 1 looped 0 times
*** thread 0 looped 1 times
*** thread 1 looped 1 times
*** thread 0 looped 2 times
*** thread 1 looped 2 times
*** thread 0 looped 3 times
*** thread 1 looped 3 times
*** thread 0 looped 4 times
*** thread 1 looped 4 times
Machine halting!

Ticks: total 2130, kernel 2130, user 0
Disk I/O: reads 0, writes 0
Console I/O: reads 0, writes 0
Paging: page faults 0, TLB misses 0
Network I/O: received 0, sent 0

这是 --nachos.ag.ThreadGrader1 应该返回的内容:

nachos 5.0j initializing... config interrupt timer user-check grader
Success
4

0 回答 0