home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / ihpfs129.zip / ihpfs129.txt < prev    next >
Text File  |  2000-07-28  |  1KB  |  41 lines

  1.  
  2.   changes from 1.28 to 1.29 by Veit.Kannegieser@gmx.de:
  3.   ─────────────────────────────────────────────────────
  4.  
  5.    * supports partition of >4 GB size
  6.    * better supports NW/DR DOS 7 (AccMode)
  7.    * supports partitions on ASPI media (like IOMEGA ZIP 100)
  8.    * supports HPFS floppy
  9.    * unmounts on changed media and removes from cache
  10.    * DiskFree no longer alters high parts of ebx and edx
  11.    * can coexist with Personal Netware
  12.    * parses extended partition type 0f
  13.    * files and volume label with spaces are now visible
  14.    * can report 0 bytes free
  15.    * can limit reported disk size to 2 GB
  16.  
  17.  
  18.   new options:
  19.   ────────────
  20.  
  21.    /0 ....... report zero bytes free, speeds up load process, because
  22.               iHPFS does not have to scan all bitmap sectors
  23.  
  24.    /2 ....... reported disk size will fit into 31 bit integers,
  25.               many programs have problems with bigger partitions
  26.  
  27.    /A ....... scan ASPI media for HPFS partitions
  28.  
  29.    /F ....... look for HPFS formated floppy
  30.  
  31.  
  32.  
  33.    recommended line in autoexec.bat:
  34.    ─────────────────────────────────
  35.  
  36.    LH C:\PATH\IHPFS.EXE /0 /2 /B1 /C=4000 /L
  37.  
  38.  
  39.  
  40.    i will try to maintain iHPFS.
  41.