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