| Doc ID: |
100 |
| Product: |
WinDriver |
| Version: |
-- |
The card I want to drive currently has an interrupt service routine in DOS/16-bit. How do I create a 32-bit interrupt routine for my card?
|
Run the DriverWizard (WinDriver/DriverWizard/wdwizard/.exe/.o ; On Windows you can also run the wizard using its short-cut Desktop icon or from: Start --> Programs --> WinDriver --> DriverWizard). Select to create a new driver projet and then choose the "ISA Card" option from the dialog that appears. Define your card's interrupt and select to generate code for the card. From the code generation dialog, select the language and compiler for which the code should be generated. Now, open the generated project file in your 32-bit compiler and build the code.
You have just created a program that installs an interrupt handler routine on your interrupt and a sample diagnostics application that prints on the screen each incoming interrupt.
Back to Top
|
|