Project 1: Warm-up ProjectImportant DatesQuestions about the project? Send them to Due: Monday, 9/19, by 9pm. OverviewThere are two parts to this project:
Click on the above links to learn more about what you should do. READ EACH CAREFULLY! NotesBefore beginning: Read this tutorial. It has some useful tips for programming in the C environment. This project, like all others this semester, can be done with a single partner. Copying code (from other groups) is considered cheating. Read this for more info on what is OK and what is not! Handing It InFor the C/Linux part of this project (sorting), you should turn in one
file, called
so make sure it compiles in
such a manner. You should copy this file into your handin directory into the
subdirectory called linux . If you have a partner, only put the code in
ONE of your directories.
The handin directory is shell% cp fastsort.c ~cs537-1/handin/remzi/p1/linux/ For the xv6 part of the project, copy all of your source files (but not .o
files, please, or binaries!) into the Finally, into your p1 directory, please make a README file. In there, describe what you did a little bit. The most important bit, at the top, however, should be the authorship of the project, particularly if you had a partner. Include both partner's names and CS logins to receive credit. |