CS170 Operating Systems: Submitting Labs

All labs will be due on the date specified on the lab web page at midnight. Our submission program will not allow any submission after the final due date. It would be best to submit well ahead of time so this is not an issue.

We will be using turnin on the CSIL machines to submit programming assigments. To help ensure that our grading scripts operate as intended, you need to perform a bit of housekeeping before using turnin.

To prepare your work for submission, do the following:

Here is an example:

calvin:~/cs170/lab1-code> pwd
/cs/student/msa/cs170/lab1-code
calvin:~/cs170/lab1-code> ls
jshell*   jshell.c  jshell.o  makefile README
calvin:~/cs170/lab1-code> make clean
calvin:~/cs170/lab1-code> cd ..
calvin:~/cs170> turnin lab1@cs170 lab1-code