Project 3: Memory Management

Important Dates

Questions about the project? Send them to 537-help@cs.wisc.edu .

Due: Monday 3/14 by 11pm.

Overview

There is just one part to this project(!):

Click on the above link to learn more about what you should do. READ IT CAREFULLY!

Notes

Congratulations, you now may optionally work with a single partner on the project! Copying code is otherwise considered cheating. Read this for more info on what is OK and what is not.

Handing It In

The handin directory is ~cs537-3/handin/login/p3 where login is your login.

For the linux part of the project, copy all of your source files (but not .o files, please, or binaries!) into the linux/ subdirectory of your p3 directory. A simple way to do this is to copy everything into the destination directory directory, then type make to make sure it builds, and then type make clean to remove unneeded files.

If you have a partner, please create a file called partner.login under the linux directory that contains only your partner's ID (and nothing else). Both partners should create the partner.login file, but only one partner should submit code.

Finally, into your p3 directory, please make a README file. In there, describe what you did a little bit.