README.TXT
Upload User: linklycbj
Upload Date: 2009-11-12
Package Size: 447k
Code Size: 1k
Category:

Windows Develop

Development Platform:

WINDOWS

  1. The LPFS sample is the Low Performance File System discussed in the text. It's
  2. intended for use in conjunction with the RAM disk driver that's part of the
  3. PortDriver sample for Chapter 15.
  4. AEP.H on the Windows 95 DDK contains a syntax error in the definition for the 
  5. AEP_rpm_change structure.  You should copy the corrected version of AEP.H from
  6. this subdirectory to your DDKINC32 directory before building this sample.
  7. To build this sample, first prepare your system according to the general directions
  8. in the root directory of this disc. Then open the LPFS project within Microsoft
  9. Developer Studio.
  10. To test, build and install the RAM disk driver as described in the README.TXT for
  11. the PortDriver sample in Chapter 15. Add a "device=" line to SYSTEM.INI to load
  12. LPFS.VXD from this sample directory. Then restart your system. Operations on the
  13. RAM disk will use LPFS, which means you can read, write, and rename the one file
  14. you see in the root directory. Clean up by deleting the RAM disk and removing the
  15. "device=" statement from SYSTEM.INI.