Objectives of the meeting: -Each person should come up with pseudo-code of the syscalls and the structures that we need to implement. -Each person should take a look at template.c and try to understand it. -Meet on Friday to discuss the pseudo-code that we wrote up and the necessary structures that need to be implemented. At that point we should finalize the decision on what structures we need to write and start developing a plan of attack for how to build the system.(We should also integrate the pseudo code into actual c files to leave as comments, that way easing the development process of those programs) Concerns: -I was not able to find the on line resources. -Figure out SVN, specifically where in the cs server we can keep the project (or rather talk to Sandie to get the permissions set up to access that folder) -Develop unit tests before checking anything into SVN, we should try to keep clean code in the repository only and i feel that the best way to do that is by guaranteeing that the code that goes into the repository is clean to begin with.