Project 1: Warm-up ProjectImportant DatesDue: Questions?Send questions to 537-help@cs.wisc.edu (or, of course, visit us in person during office hours!). If the question is about your code, copy all of of your code into your handin directory (details below) and include your login in your email (you are free to modify the contents of your handin directory prior to the due date). Also include all other relevant information, such as cutting and pasting what you typed and the results from the screen. In general, the more information you give, the more we can help. 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 should be done alone. Copying code (from others) is considered cheating. Read this for more info on what is OK and what is not. Please help us all have a good semester by not doing this. 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 .
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
shell% cp -r . ~cs537-1/handin/remzi/p1/xv6 shell% cd ~cs537-1/handin/remzi/p1/xv6 shell% make shell% make clean Finally, into your p1 directory, please include a README file. In there, describe what you did a little bit. There is no particular requirement for the length of the README; just get in the habit of writing a little bit about what you did, so that another human could understand it. |