This is an old revision of the document!
percent | Set by | Due date* | Return by | |
---|---|---|---|---|
Assignment 1 | 5% | Jan 10 | Jan 23; | |
Project** | 10% | Feb 8 | | Mar 23 |
Assignment 2*** | 5% | Mar 4 | | Mar 30 |
* 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: