Jump to content

Drv16

From EDM2

The full name is" Device Driver Development Kit for 16 Bit Drivers".

A development kit to make developing new device drivers very easy. This kit contains header files and a library that contains all of the system related things necessary to build a device driver on OS/2. The only thing you need to focus on is your unique code for your device. Then simply link to the library and you can start testing your code. Examples of working drivers are included in the kit. Some of the older MultiMac drivers, the AMouse driver, the Keyboard driver, and the dbghlp driver are based on this kit.

LIB Files

  • DRV16.LIB

Download

License

  • The Drv16 Kit is a derivative work of the IBM DDK. You must have a IBM DDK license to use this software.

Author