Drv32: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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 interfaces and thunking modules necessary to build a 32 bit 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 Multimac drivers are based on this kit. | 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 interfaces and thunking modules necessary to build a 32 bit 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 Multimac drivers are based on this kit. | ||
===LIB Files== | ===LIB Files=== | ||
* DRV32.LIB | * DRV32.LIB | ||
Latest revision as of 14:17, 3 September 2017
The full name is" Device Driver Development Kit for 32 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 interfaces and thunking modules necessary to build a 32 bit 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 Multimac drivers are based on this kit.
LIB Files
- DRV32.LIB
Download
License
- The Drv32 Kit is a derivative work of the IBM DDK. You must have a IBM DDK license to use this software.