[ This is a BACKUP server. Do NOT use unless the primary server is DOWN. ]
[ Top Paragraph Content Goes here ] When this page was last loaded, the time at the submission server at merlot.usc.edu was 27Nov2025-22:59:56. Reload this page to see the current time on merlot.usc.edu.This page contains information about electronic submission for all programming assignments. Near the bottom of every programming assignment web page, you will see a web form that you can use to upload your submission to a Bistro server. Some nice features of using a Bistro system are that you can make multiple submissions and for every submission you have made, you would get a "submission ticket", which is a proof that our server has received your submission (although it's your responsibility to make sure that what you have submitted is what you want us to grade).
By default, we will grade your last submission. Therefore, a later submission is considered to supersede previous submissions. If you would like us to grade an earlier submission instead of the last on time submission, you need to send email to the instructor (not a TA and not a grader) within 24 hours of the original submission deadline. We will use the timestamp of the submission which we grade to determine if you get extra credit for early submission or get penalty for late submission.
You must not submit any binary files (since we cannot verify if you wrote it or not). If your submission included binary files, they will be discarded. In additional, points may be deducted (please see grading guidelines for details).LanguageTypeAllowed ExtensionsCHeaders.hCSource.c
rm -rf /tmp/xyz
mkdir /tmp/xyz
cd /tmp/xyz
tar xvzf ~/xv6-pa1-src.tar.gz
[ look at the output of the above command carefully, make sure ]
[ you have not included extra files in your submission ]
cd xv6-pa1-src
tar xvzf ~/pa1-submit.tar.gz
make clean
make qemu-nox
[ go through grading guidelines line by line and re-run all your tests ]
[ to make sure they all work; check every line of your README file ]
[ and make sure that you have satisfied all the reuiqrements ]
A few things to note:
- If the tar command failed, the pa1-submit.tar.gz file you have submitted is not properly created.
- If the make command failed, you probably forgot to include something in your submission. Please remember that if this does not work, you may lose quite a few points.
- If any of the above failure occurs, you must recreate your submission and submit again and verify again.