|
15-410 Project 4 HurdlesPolicyAs stated in lecture, you have the option of doing Project 4 or taking a zero on Project 4 and spending an extra week on Project 3 (the "p3extra" due date is Monday, April 19th at 23:59). To proceed to Project 4, you need to have a solid Project 3 because Project 4 will involve extending your kernel. This means that you can pass 13 out of 16 of the basic tests and 9 out of 12 of the solidity tests. Furthermore, you should evaluate what you know of your project which is not directly observable by the tests. For example, did you get your kernel to "work" by some non-sustainable short-cut? If you couldn't figure out how to safely free kernel stacks, leaking them instead might make things appear to work, but would not really address the problem. Likewise, disabling interrupts for essentially the entire body of every system call is papering over a serious issue. If you "trick" us into letting you do P4, you will be cheating yourself. Also, if a particular test, when run on a freshly booted kernel, causes a crashes sometimes but not other times, this indicates an instability which you should probably count as a failure. At least, there is a good chance we will observe the crash and count it that way! Once you've run the tests, please send us a report (success or failure) via the Project 4 Registration Page. Also, be sure to keep a record of which tests you believe you passed and failed in case we disagree later. TestsNote that it is possible for one or more tests to have a bug. If you think there is a bug in a test, or you believe a particular test relies on a specification ambiguity, submit a careful and detailed bug report to us via e-mail. If failing this test would not disqualify you from P4, go ahead and submit the registration page. Otherwise, indicate in your mail that the test is blocking you. Observe that some tests, such as remove_pages_test2, pass if your kernel kills the process. That is, they should not run to completion. These tests will announce themselves by emitting the string START__TYPE_ABORT when they start up. Tests announcing START__TYPE_FOREVER should "hang" (really: run forever) instead of completing. The tests have been released into your 410_user/progs directory. Good luck! Basic Testsdeschedule_hang exec_basic (uses exec_basic_helper) fork_test1 fork_wait getpid_test1 halt_test loader_test1 mem_eat_test print_basic readline_basic remove_pages_test1 sleep_test1 stack_test1 wait_getpid wild_test1 yield_desc_mkrun Solidity Testsshell (should run ok, should run commands ok) exec_nonexist fork_bomb fork_exit_bomb fork_wait_bomb loader_test2 mem_permissions minclone_mem new_pages register_test remove_pages_test2 cho (mixes wait_getpid, wild_test1, exec_basic, print_basic, sleep_test1) AgonizingSome groups may almost pass by the criteria above and will be trying to figure out what to do, whether to appeal, etc. Here is some advice. First, figure out where you stand with P3. Here are some kinds of problems, ranked from least important to most important.
| |||||||||||
[Last modified Tuesday April 13, 2004] |