Documentation for PA1 ===================== +------------------------+ | BUILD & RUN (Required) | +------------------------+ Replace "(Comments?)" with either "standard 32-bit Ubuntu 16.04 system" or "standard AWS instance". The grader should grade my submission on: (Comments?) Replace "(Comments?)" with the command the grader should use to compile and run your code (should be either "make qemu" or "make qemu-nox"). If you ask the grader to use something else, the grader will not be allowed to comply and you will get a zero for your assignment. To compile your code, the grader should type: (Comments?) +-------------------------+ | SELF-GRADING (Required) | +-------------------------+ Please replace each "?" below with a numeric value: Plus points: (A) test_project1 : ? out of 10 pts (B) grade_pa1 : ? out of 70 pts (C) date : ? out of 20 pts Minus points: Submission file in wrong format : -? pts Submitted generated binary file : -? pts Cannot compile : -? pts "make clean" : -? pts Segmentation faults : -? pts Program never terminates : -? pts Too slow : -? pts +---------------------------------+ | BUGS / TESTS TO SKIP (Required) | +---------------------------------+ Are there are any tests mentioned in the grading guidelines test suite that you know that it's not working and you don't want the grader to run it at all so you won't get extra deductions, please replace "(Comments?)" below with your list. (Of course, if the grader won't run such tests in the plus points section, you will not get plus points for them; if the garder won't run such tests in the minus points section, you will lose all the points there.) If you want to skip part of a test sequence, you need to tell the grader where to stop and skip the rest of the section. You cannot selectively skip individual items in a sequence of commands. If there's nothing the grader should skip, please replace "(Comments?)" with "none". Please skip the following tests: (Comments?) +-------------------------------------------------------------------------------------------+ | ADDITIONAL INFORMATION FOR GRADER (Optional, but the grader would read what you add here) | +-------------------------------------------------------------------------------------------+ +-----------------------------------------------+ | OTHER (Optional) - Not considered for grading | +-----------------------------------------------+ Comments on design decisions: (Comments?)