^ ^ percent ^ Set by ^ Due date* ^ Return by ^ | Assignment 1 | 5% | Jan 10 | Jan 23; Feb 7 Feb 14 | Feb 21 Feb 26 | | Project | 10% | Feb 8 | Feb 14 Mar 3; Feb 28 Mar 11 | Mar 27 | | Assignment 2 | 5% | Mar 4 | Mar 15 Mar 27 | Apr 10 | * Due date: by midnight (11:59pm) of the specified day. ** Some useful information for the project: * Some hints for you to start the project: hints.txt. * You should use some small test files to debug your program, such as test_small.dat. You can create many small test files like this to debug various aspects of your code. You can download a binary code of my FCFS scheduler and run it in your PRISM account to generate correct results to compare with your outputs. * (//NEW//) A sample code of fcfs.c is posted for you to debug your code in Part I. Please note that you should NOT use my code as a template for the rest of the project. Otherwise, your codes may not pass plagiarism tests. * (//NEW//) Two binary codes for rr and fbq are also posted for you to finish Part II of this project. @ Some useful information for A2: * Some hints for your to start A2: A2hints.txt.