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-ASPI / readme < prev   
Text File  |  1992-11-14  |  1KB  |  43 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!).
  34.  
  35. Only the default small-model data and code segment groups are resident
  36. in memory after init-phase is done. If you have to save space, put all
  37. init-only data in far segments like I did in "init.c". FAR segments are
  38. discarded after init-phase.
  39.  
  40. main.c        Device driver code
  41. post.asm    ASPI callback entry point
  42. init.c        Init phase code.
  43.