

THIS DISKETTE IS PROVIDED "AS-IS." MICROSOFT MAKES NO WARRANTIES, EXPRESS 
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY 
AND/OR FITNESS FOR A PARTICULAR PURPOSE AND THE WARRANTY ON NON-INFRINGEMENT.
YOU ASSUME THE ENTIRE RISK AS TO THE USE OF THE SOFTWARE, MICROSOFT SHALL 
NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING OUT OF THE USE OR INABILITY 
TO USE THE SOFTWARE, EVEN IF MICROSOFT HAS BEEN ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.

----------------------------------------------------------------------------

This is the preliminary Windows NT File System Development Kit. It is 
designed to layer over the existing Windows NT DDK, and to enable building 
a file system using the DDK, SDK, and MSVC 2.0 (On MIPS and Intel). 

To install this kit, simply XCOPY the contents of this disk over the 
installed Windows NT DDK, thusly:

 XCOPY /S /V a:\*.* d:\DDK

where we assume that the DDK is installed in directory DDK on your D drive.

This will copy the contents of \inc, \doc, and \src to your local drive. 
After you have done this, you should be able to build the d:\ddk\src\cdfs 
directory from a checked or free build environment window (note that for 
MIPS and Intel, this requires the SDK, the DDK and a copy of Microsoft 
Visual C++ 2.0 compiler. Alpha processors use the compiler that is shipped
with the SDK). 

\inc includes:

  ntifs.h       The primary include file for file systems. NTIFS.H includes 
                all of the other include files you'll need for a file system.

  cache.h       Cache Manager definitions
  fsrtl.h       FsRtl definitions
  isvwow.h      32 bit WOW extentions
  ntddcdrm.h    device driver definitions for CD-ROM devices
  ntdddisk.h    device driver definitions for rotating mass store devices
  ntioapi.h     Windows NT IO System definitions 
  
\src includes:
  
  CDFS          Complete source code for the CDFS file system
  RAW           Complete source code for the RAW file system

\doc includes (note that all doc files are compressed, and 
               should be expanded using the EXPAND utility):

  gateway.tx_   instructions for allowing reshare of a network drive
  multilog.tx_  mulitple login documentation for redirectors
  mpr.do_       MPR (Multi-protocol router) design documentation (word 6)
  mup.do_       MUP (Multi UNC provider) design documentation (word 6)
  WNet.do_      Windows Networking WNet API documentation (word 6)

\includes

  readme.txt    this file

  
  



