^ ^ percent ^ Set by ^ Due date* ^ Return by ^ | [[http://www.cse.yorku.ca/course/3221/a1.htm|Assignment 1]] | 5% | Sep 6 | Sep 24; Oct 15 Oct 22 Oct 23 | Nov 10 | | [[https://www.eecs.yorku.ca/course/3221/project.htm|Project]] @ | 10% | Oct 23 | Nov 6 Nov 9; Nov 16 Nov 18 | Nov 28 | | [[http://www.cse.yorku.ca/course/3221/a2.htm|Assignment 2]] # | 5% | Nov 12 | Dec 2 Dec 4 | Dec 16 | * Due date: by midnight (11:59pm) of the specified day. @1: A binary linux code for the FCFS scheduler is posted [[http://www.cse.yorku.ca/course/3221/fcfs | here]] for you to debug your code. Please download it (rename it as fcfs and make it executable) and run it from your prism account. You are better to first use some simple cpu load files, like [[http://www.cse.yorku.ca/course/3221/test_small.txt | this]], to debug and test your code. @2: Similar to project1, linux binary codes for the RR and FBQ scheduled are posted as [[http://www.cse.yorku.ca/course/3221/rr | rr]] and [[http://www.cse.yorku.ca/course/3221/fbq | fbq]] for you to debug your own programs. Please download it (rename it as rr/fbq and make it executable) and run it from your prism account. #: Some hints for A2 can be found here.