From: PRANAV KANT GAUR on 28 Mar 2010 05:10 I am using Virtual PC 2007 to run win xp as target and vista as host,should i place the image & source in target o.s directory structure,if yes then how can i specify them in windbg running on host machine. Actually,i have done the same by sharing the folder containing source & images of my driver between host & target but windbg indicates them to be as inaccessible path,then how should i specify the path?
From: Tim Roberts on 28 Mar 2010 19:30 PRANAV KANT GAUR <PRANAVKANTGAUR(a)discussions.microsoft.com> wrote: > >I am using Virtual PC 2007 to run win xp as target and vista as host,should i >place the image & source in target o.s directory structure,if yes then how >can i specify them in windbg running on host machine. > >Actually,i have done the same by sharing the folder containing source & >images of my driver between host & target but windbg indicates them to be as >inaccessible path,then how should i specify the path? The target only needs the binary in the location where binaries usually go (\windows\system32\drivers). The host is the one running windbg, and it's the host windbg that needs the source path. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
|
Pages: 1 Prev: Kernel Mode Programming Next: Application to load driver |