CS354 Operating Systems 
How to turn in


How do you turnin ?


The projects turnin has been set on mentor.cc machine. For those who don't
have a mentor account, you need to swipe your ID card at one swipe station.

You need to use command 'turnin' to turn in your projects:
     turnin -c cs354=[session] -p [projectname] [directory or files list]
The "session" refers to your lab session,which is "s1",or "s2",or "s3",or
"s4",or "s5" according to your lab time.The "projectname" refers to:
"project1",or "project2",or "project3".
Please try the command in your project directory. If you couldn't find it,
include its path "/usr/local/bin/turnin" in your environment.
What do you need to turnin ?
A README file is required for each project. In the README, you need to include
the following information:
    . Name and ID number
    . Date
    . Project Description:
              -- how you implemented it
              -- what features were not implemented
    . how to compile and execute your files
    * Known bugs for your code.

You can do your project on other machines. But before you turn it in, please
run it on the mentor machine and make sure it runs as your expected.

If you have any problem for turnin,please direct your email to:
zxf@cs.purdue.edu.