阅读:2143回复:14
请高手赐教:双机调试对硬件有什么要求?
最近我想再买一台机器,做双机调试,Windows2000.
但不知道对机器本身有什么要求. 有朋友说最好用一模一样的机器,是这样吗?有谁知道? |
|
沙发#
发布于:2003-02-14 15:45
我
|
|
板凳#
发布于:2003-02-15 23:45
我打算用COM口,Win2000。
但不同CPU上的系统内核是不一样的吧。 我打算用PIII的CPU, 但不知道除了CPU以外,还有什么硬件(芯片组,显卡等)需要是一样的? |
|
地板#
发布于:2003-02-16 13:23
其
|
|
地下室#
发布于:2003-02-17 21:37
用windbg?DDK有讲的。
以前有人也介绍了的,不过很久了。。。 |
|
5楼#
发布于:2003-02-28 05:35
只有一台电脑的我,哎!
|
|
|
6楼#
发布于:2003-03-04 08:56
This may help !!
http://www.ddiusa.com/nt_debug.zip |
|
7楼#
发布于:2003-03-07 10:51
非常抱歉,i donot know
|
|
8楼#
发布于:2003-03-08 06:11
昨天把两台机(W2K)用null modem连起来,用i368kd玩玩,发觉不知何调试驱动!
网上又找不到教程(都是调试memory.dmp的)!!原来还可以三机(远程)调试啊. |
|
9楼#
发布于:2003-03-09 01:14
什么意思??三机???
|
|
10楼#
发布于:2003-03-11 12:44
Q. How do I configure remote debugging?
A. If you find you do not have the knowledge to debug a Windows NT problem you may need to get Microsoft to perform the debug for you, and in this scenario 3 computers will be involved, the computer at Microsoft, the host machine and the target. The Microsoft machine will need to connect via RAS to either the host machine, or a computer on the same network, so one machine will need to run the RAS server service. The configuration is the same as in the previous FAQ, except that on the host machine instead of entering the command I386KD.EXE the command remote /s \"I386KD -v\" debug where debug is the name of the session (this can be anything). At the Microsoft end once they had connected to the network they would enter the command remote /c <computer name of the host> debug again debug is the name of the session and must match that configured at the host machine. |
|
|
11楼#
发布于:2003-04-03 23:36
不好意思,最近太忙,故不上来这里看。
我还有最后一个问题,就是,如果我想让两台机器,从HAL开始,到SHELL,都一模一样,而一个是单CPU,另一个是双CPU,有什么办法? |
|
12楼#
发布于:2003-04-03 23:56
不知道克隆行不行
|
|
13楼#
发布于:2003-04-04 23:40
难道真的没有办法么?
|
|
14楼#
发布于:2003-05-02 09:50
我毕业设计要搞驱动开发,请问如何进行双机调试?
|
|