Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!rutgers!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Question on DOS device drivers Message-ID: <8610130710.AA18150@cory.Berkeley.EDU> Date: Mon, 13-Oct-86 03:10:31 EDT Article-I.D.: cory.8610130710.AA18150 Posted: Mon Oct 13 03:10:31 1986 Date-Received: Tue, 14-Oct-86 04:43:16 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 14 I'm currently trying to write a simple DOS device. I've got an entry in the mountlist for my custom device, and a code module written in assembly (following the meager instructions in RKM V2). Everything seems to startup properly except I don't know how to return the startup packet. Could somebody tell me (A) which fields I modify to set the TRUE/FALSE return code and (B) what manipulations I would have to do with the packet (and other packets) to return them? Thanks a lot. If all goes well, I'll post the skeleton result. -Matt