Quote:
I've try to bpx on HalInitializeProcessor. cannot break at there.
error & BSOD ocurred.
|
HalInitializeProcessor executes only at system startup for each processor in the system. It's useless to set breakpoint there.
What I asked you was to insert INT 3 instruction in IceExt source code (at the beginning of mp_GetNumberOfCPUs). Then recompile IceExt and run it. (ensure you have i3here ON or DRV). Then just trace through this routine.
You can also use
!PTE HalInitializeProteccor
command. Send me the results. (but beware! there is bug in !PTE implementation in IceExt 0.51 so some PTE bits are decoded incorrectly - this will be fixed soon).
Quote:
|
I have no the ability to debug drivers.
|
You have SoftICE installed. So you DO have the ability to debug drivers.
The only thing you need is some patience.