Dec 192017
 
MS-C shell to create device drivers, v. 2.0.
File DEVDRV20.ZIP from The Programmer’s Corner in
Category C Source Code
MS-C shell to create device drivers, v. 2.0.
File Name File Size Zip Size Zip Type
DEVDRV.NOT 1228 482 deflated
DRIVER.BAT 144 87 deflated
DRIVER.BIN 2668 323 deflated
DRIVER.C 1209 514 deflated
DRIVER.H 1113 259 deflated
DRIVER.MAP 776 295 deflated
DRIVERI.ASM 2780 909 deflated
DRIVERI.OBJ 434 314 deflated
READ.ME 971 507 deflated

Download File DEVDRV20.ZIP Here

Contents of the READ.ME file


Microsoft C Device Driver Shell- May 1, 1987
---------------------------------------------

This is the second release of a shell to allow MS DOS device drivers to be
written in Microsoft C. This version corrects a number of problems with
the original version and uses a better method to locate the end of the
driver, thus giving programmers one LESS thing to have to worry about when
writing their device drivers.

The authors can be found frequenting MSOFT, where they will be happy to
field any questions or comments.

Authors: Noel J. Bergman 73220,1030
Richard M. Shupak

Files:
DRIVERI.ASM - Assembly language code to link C code to DOS.
DRIVERI.OBJ- Assembled version of DRIVERI.ASM
DRIVER.C- Sample device driver. Only handles init call.
DRIVER.H- Defines device driver request format.
DRIVER.BAT- Sample instructions for making device driver
DRIVER.MAP- MAP file of sample device driver
DRIVER.BIN- Sample device driver


 December 19, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)