This tar file contains patches that implement the NFS modifications described in: T. Faber, "Optimizing Throughput in a Workstation-Based Network File System over a High Bandwidth Local Area Network," SIGOPS Operating Systems Review, vol. 32, no. 1, pp. 29-40, ACM (January 1998), To install them, untar the file in the kernel source directory, and then apply the patch in atom_nfs.patch. The commands for this should look something like: % cd /usr/src/sys % tar xf ~/atomnfs.tar % patch < atom_nfs.patch Compile the kernel, install it and reboot. To use the asynchronous kernel, you need to set the following kernel variables, using a debugger, or by editing the source code: tvf_asynch - set to 1 tvf_asynch_address - set to the IP address of the nfs server on the server nfs_synch must be 0 All the patches and source in this distribution are covered by the following: ************************************************************************ Copyright (c) 1997 University of Southern California. All rights reserved. Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of Southern California, Information Sciences Institute. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ************************************************************************