[90] in 6.033-lab
Source for Lab 3 released
daemon@ATHENA.MIT.EDU (Constantine Sapuntzakis)
Sat Apr 11 04:44:12 1998
Date: Sat, 11 Apr 1998 04:44:01 -0400 (EDT)
From: Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
To: 6.033-lab@MIT.EDU
The source code for the NFS loopback server is now available in the
locker. Before building the code, consult the HOW_TO_BUILD and USING files. You
might find them useful for orienting yourself around the tree.
The code builds and runs succesfully on the following platforms:
Linux/i386 2.0.32 w/GCC 2.7.2.1 (Redhat Linux)
OpenBSD/i386 2.3 w/GCC 2.8.1
Solaris/SPARC 2.5.1 w/GCC 2.7.1
Other i386 UNICES (FreeBSD, NetBSD) will probably work too. Versions of Linux
prior to 1.3 do NOT work.
The source code is at: /mit/6.033/lab/src/three/sfs-1.0.tar.gz.
Patches will be posted there should the need arise.
Since multiple people will be working on the same code in this lab, it is
highly recommend that you maintain this project under source control (via
CVS). In addition, you will probably find it helpful to split the server source
(sfsfs/sfsimpl.c) into multiple files so that different people can hack on
different parts of the server.
Please send any ports, improvements, etc. back to us. Improvements to the
generic code/build process will be shared among the groups.
Good luck!
-Costa