Assignment 2 : Submission Instructions ====================================== README File =========== Provide a file called "README" in your root minotaur directory. This file should contain the following items: i) Design Documentation - this should be a few paragraphs describing how you implemented the changes required for assignment2. You should also point out which files you changed (or created) in order to implement your design. ii) Testing Documentation - this is where you prove that your design and implementation are correct. You should describe any test programs that you created, how they should be run, and what their correct results/output should be. Make sure you point out what part of your implementation that the is being tested by the program. Provide any debugging/report output generated by your code that proves that your assignment is correct. (ie. "The following segment of the report log shows that Yielded processes are being put into the Foreground queue: ...) (Note: the debug module echos text printed to the report window in a file called report.log. When you create your minotaur directory a symbolic link is created to an existing report.log in the minotaur directory. You must remove this link for minotaur to create new log files.) Electronic Submission ===================== When you are ready to hand in your assignment, create a tar file called "a2.tar" of your minotaur directories. (Type "tar -cf a2.tar minotaur" to do this where "minotaur" is your minotaur directory for assignment 2.) This tar file should include all the files you created/modified, including the test programs that you created. It will also contain symbolic links to the files that you did NOT modify. Type "tar -tf a2.tar" to check what was put into the tar file. Submit this file using submit command. To do this type the following at the UNIX prompt: submit -N a2 csc468h a2.tar If you are a grad student, then you will submit using: submit -N a2 csc2204h a2.tar There will be deductions for failing to conform to the submission requirements.