home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / shareuti / secdev13 / source / globals.asm < prev    next >
Encoding:
Assembly Source File  |  1994-05-02  |  376 b   |  15 lines

  1. ; Should be kept identical with globals.h
  2.  
  3. MaxFragment =           50
  4. MaxVols     =           10
  5. MaxPwdLen   =           60
  6. KeySize     =           104
  7. MajorName   EQU         "SecureDevice"
  8. MajorVer    EQU         "1.3"
  9. AuthorName  EQU         "Max Loewenthal & Arthur Helwig"
  10. SectorSize  =           200h
  11. pSectorSize =           9
  12. MaxNofParts =           50
  13.  
  14.  
  15.