home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gtak212.zip / OS2-ADD / readme < prev    next >
Text File  |  1992-09-19  |  2KB  |  59 lines

  1. ASPITAPE    ASPI Tape Device Driver for OS/2 1.3 and 2.0.
  2.  
  3.     Andreas Kaiser,
  4.     Danziger Str. 4
  5.     D-7000 Stuttgart 70
  6.     Germany
  7.  
  8.     Fido:    2:241/7220.9
  9.     Subnet:    ak@ananke.stgt.sub.org
  10.  
  11. Legal Notice (I don't write legal stuff in a foreign language, sorry):
  12. ----------------------------------------------------------------------
  13.  
  14. Ich uebernehme keinerlei Gewaehrleistung für korrekte Funktion oder
  15. irgendwelche daraus resultierenden Schaeden oder Folgeschaeden. Es
  16. liegt in der Natur von Geraetettreibern, dass dadurch die Integritaet
  17. des Systems verletzt werden kann.
  18.  
  19. Licence:
  20. --------
  21.  
  22. You are free to use and modify this source, as long as you make your
  23. your device driver available for public according to the usualy GNU
  24. Copyleft license and send me a note for what device your driver was
  25. written.
  26.  
  27. Docs:
  28. -----
  29.  
  30. There are no docs on this driver, since you'll have to take a close
  31. look into the code anyway. A few additional notes:
  32.  
  33. The driver was written using Zortech C 3.0 (16-bit!). The segment
  34. definitions of OS2-DD mimic Zortech segment usage but should be ok for
  35. MSC 6.0 too.
  36.  
  37. Only the default small-model data and code segment groups are resident
  38. in memory after init-phase is done. If you have to save space, put all
  39. init-only data in far segments like I did in "init.c". FAR segments are
  40. discarded after init-phase.
  41.  
  42. main.c        Device driver code
  43. init.c        Init phase code.
  44.  
  45. Command line arguments:
  46. -----------------------
  47.  
  48. First word:    Char device name (such as TAPE$4). Upper-case preferred.
  49. <digit>        Target ID
  50. A<digit>    Adapter number.
  51. D<digit>    Initial debug level.
  52. T<digit>    Alternate way to specify the target ID.
  53. V        Debugging output on VGA instead of monochrome.
  54. C<digit>    Device type code if not TAPE (can be used to test
  55.         and configure other device types via the TAPE utility)
  56.  
  57.  
  58.  
  59.