Link Search Menu Expand Document

Submission

Due by 11:59 PM on Sunday, Nov 08

You should follow the same basic set of instructions for submitting Project 3 - Part 2 that you did for Project 0. That is to say, you should do a git status to ensure that any files you modified are detected as such, then do a git add and a git commit to add each modified/newly created file or directory to the local git repository. Then do a git push origin master to push the changes up to your GitHub account.

You should include the report in the mailbox_421 directory in pdf format. No other format will be accepted.

You should also verify that your changes are reflected in the GitHub repository by viewing your repository in your web browser.

Quick submission checklist

  • Your modifications for your synchronization implementation (You don't need to create new files this time)
  • All the files required for your user-space driver(s) and their Makefile
  • You have removed any lockdep code from your implementation
  • Your report

Remember we don’t really need compilation artifacts like .o files or the executables themselves