Jump to content

Drv32

From EDM2
Revision as of 14:13, 3 September 2017 by Martini (talk | contribs) (Created page with "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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Download

License

Author