home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / handler.lzh / HANDLER / POSTER < prev   
Text File  |  1991-11-01  |  2KB  |  46 lines

  1. Article 5073 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Path: well!ptsfa!qantel!lll-lcc!lll-crg!rutgers!caip!cbmvax!phillip
  4. From: phillip@cbmvax.cbm.UUCP (Phillip Lindsay)
  5. Newsgroups: net.micro.amiga
  6. Subject: An Example of a AmigaDOS Handler in 'C'
  7. Message-ID: <902@cbmvax.cbmvax.cbm.UUCP>
  8. Date: 15 Oct 86 20:56:44 GMT
  9. Date-Received: 16 Oct 86 11:47:33 GMT
  10. Organization: Commodore Technology, West Chester, PA
  11. Lines: 616
  12.  
  13. []
  14.  
  15. An example that implements a AmigaDos Handler (device) in non-BCPL format by
  16. using a new feature introduced in system software release 1.2.
  17.  
  18. What follows is a shar file which contains the following files:
  19.  
  20. makefile        ... guess...make for both my-handler and ihand
  21. my-handler.c    ... this is the main handler module 
  22. misc.c          ... this module contains support routines (packet handling)
  23.  
  24. ihand.c         ... a program to install your device node 
  25. AddDosNode.asm  ... some interface code for Aztec people who don't have
  26.                     a library that supports 1.2                    
  27.  
  28. Phillip Lindsay - Amiga Technical Support 
  29.  
  30.  
  31. my-handler.shar:
  32.  
  33. ***CUT HERE [ I HOPE MY SIGNATURE DIDN'T SNEAK IN ]
  34. -- 
  35.  
  36. ==============================================================================
  37.   Phillip Lindsay - Commodore Business Machines - Amiga Technical Support
  38.     Dirt: 1200 Wilson Drive, West Chester  PA 19380                
  39.     uucp: {ihnp4|seismo|caip}!cbmvax!phillip
  40.     arpa: cbmvax!phillip@seismo -or- phillip@cbmvax.UUCP@{seismo | harvard}
  41.     Tel.: (215) 431-9180
  42. Disclaimer: [someone said I needed this] No warranty is implied or otherwise
  43.    given in the form of suggestion or example. Any opinions found here are of
  44.    my making. [unless Fred pops up (my other self)] 
  45. ==============================================================================
  46.