home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / disk / misc / diskspare3.0 / dd / ps0 < prev    next >
Text File  |  1994-11-13  |  868b  |  37 lines

  1.  
  2. /*    Flags for PFS:
  3.  *
  4.  *    Bit 0:    (1)    not used for PFS (FFS only)
  5.  *    Bit 1:    (2)    same for FFS (1 = allow 82 Cyls)
  6.  *            remember to set the 'HighCyl' to the correct
  7.  *            value.
  8.  *    Bit 2:    (4)    same for FFS (1 = allow HD-Mode)
  9.  *    Bit 3:  (8)    not used
  10.  *    Bit 4:    (16)    verify mode (1 = switch on verify)
  11.  *    
  12.  *    For changing the flags you have to add the values in brackets behind 
  13.  *    the bitnumbers. e.g. You wish to use bit 1 + 2 (HD with 82 Cyls). So
  14.  *    you need to add 2 + 4 = 6 = value for the flags.
  15.  */
  16.  
  17. FileSystem    = l:ProfFileSystem
  18. Device        = diskspare.device
  19. Priority    = 10
  20. Mount        = 1
  21. Unit        = 0
  22. Flags        = 0x12        /*    verify | DD only | 82 Cyls     */
  23. Surfaces    = 2
  24. BlockSize    = 512
  25. BlocksPerTrack  = 12
  26. Reserved    = 2
  27. Interleave    = 0
  28. LowCyl        = 0
  29. HighCyl        = 81
  30. StackSize    = 5000
  31. Buffers        = 5
  32. BufMemType    = 1
  33. GlobVec        = -1
  34. DosType        = 0x50465300
  35. MaxTransfer     = 2097152
  36. Mask        = 0x7ffffffe
  37.