资 源 简 介
We have a bunch of coding to do as well as an essay and a comparison of file systems BY FRIDAY
If you wanna help code then use the AnkhSVN plugin for Visual Studio 2010 to access the code from the subversion repository.
To do that get the plugin from http://ankhsvn.open.collab.net/
Then in VS2010 got to file-subversion-open from subversion and type in
https://os-assignment-2-source.googlecode.com/svn/trunk/
There are 3 parts to the assignment.
Part 1:
Development of a user‐space file system. You must develop your own encrypted, redundant file archiving system. The requirements are:
An encryption and decryption of a partial text file and of the entire text file. You must write all the code for this assignment in C, C++ or Java. You may use either Windows, Linux, or Mac OS X. If you wish to use a different programming language or operating system for your development you can discuss this with the lecturer.
Part 2:
Analysis of dif