使用Windriver生成PS2鼠标驱动程序
Windrver是一个很容易使用的工具.这里是它生成一个ps2鼠标驱动的例子.
Here is an example on how to use WinDriver with your mouse:
PS/2 Mouse (very catchy):
-------------------------
* Note - You must use version 4.32 for this demo. If this is not the
version you currently have you may download it from the web.
1. Run the Wizard and start a new driver project.
2. Choose the ISA option.
3. Now choose the Interrupt tab and define a new interrupt with the
following details:
Int. Number - 12
Edge triggered
4. Acknowledge the new interrupt. Then right click on it and make it shared.
5. Press the "Listen to Interrupts" button. see the log file.
6. Now you can tell the Wizard to generate code. check out the program
created (run it).