Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!samsung!nstar!inland!estrada From: estrada@inland.com Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Device Drivers in "C" Message-ID: <844.2826cbe2@inland.com> Date: 7 May 91 15:46:42 GMT References: <702@toshais.UUCP> Followup-To: comp.sys.ibm.pc.misc Distribution: usa Organization: Inland Steel Research Labs; East Chicago, IN Lines: 33 In article <702@toshais.UUCP>, swonk@toshais.UUCP (Glen Swonk) writes: > Does anyone have references to or source for > writing a MSDOS device driver in "C"? > I have seen magazine articles but would > like some sources to working drivers. > > Any help would be appreciated. > > thanks, > > glenn > > -- > Glen L. Swonk > Toshiba American Information Systems > uunet!toshais!swonk > 714-587-6475 Here's a book: Title: Writing DOS device drivers in C Authors: Philip M. Adams & Clovis L. Tondo Publisher: Prentice Hall Price: 29.99 The book is soft cover. If you have a compiler that supports the TINY model you should not have any problem. The book is designed as a tutorial and code abounds both for examples and practical applications. At the end you build a device driver step by step. This book came out last year. Good Luck!