阅读:907回复:2
在哪些情况下,用2台机子调试驱动
刚开始看ddk文档,发现基本的测试要求是2台机子。请问这是不是必须的?
|
|
沙发#
发布于:2002-07-11 22:54
不是的!对于很大部分的驱动程序都不需要用双机调试,只有对很少的一些驱动才需要的,如果驱动程序的start值是1,2,3的话,肯定是不需要双机调试的!而对于0的驱动也有很大部分是不需要双机调试的!当加载ntice驱动的时候驱动程序已经加载运行的驱动才需要双机调试
|
|
板凳#
发布于:2002-07-12 00:53
If you can have two machines, I strongly recommend you debug driver with two machinese. SoftICE is definetely great, but Windows kernel debugger is growing.
The kernel debugger is indespensable when you are debugging bootable device driver and ACPI. The current kernel debugger mostly use serial port, which is not fast enough. It also supports 1394, but that\'s not popular. Maybe someday it will support USB. I hope so. |
|
|