home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / misc / pfs / tools / diskspare2.2 / dd / ps1 < prev    next >
Text File  |  1995-02-27  |  1KB  |  39 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)    for A2630 Owners only:    If this Bit is set,
  10.  *            the device tries to AllocAbs memory above $600000.
  11.  *            If there isn't (enough) memory there it uses AllocMem.
  12.  *            Also useful if you've got an A3/4000 with 16Bit Ramcard.
  13.  *    
  14.  *    For changing the flags you have to add the values in brackets behind 
  15.  *    the bitnumbers. e.g. You wish to use bit 1 + 2 (HD with 82 Cyls). So
  16.  *    you need to add 2 + 4 = 6 = value for the flags.
  17.  */
  18.  
  19. FileSystem    = l:ProfFileSystem
  20. Device        = diskspare.device
  21. Priority    = 10
  22. Mount        = 1
  23. Unit        = 1
  24. Flags        = 2        /*    DD only | 82 Cyls | any Mem    */
  25. Surfaces    = 2
  26. BlockSize    = 512
  27. BlocksPerTrack  = 12
  28. Reserved    = 2
  29. Interleave    = 0
  30. LowCyl        = 0
  31. HighCyl        = 81
  32. StackSize    = 5000
  33. Buffers        = 5
  34. BufMemType    = 1
  35. GlobVec        = -1
  36. DosType        = 0x50465300
  37. MaxTransfer     = 2097152
  38. Mask        = 0x7ffffffe
  39.