debugger-enable version of ntldr with ewf

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Anyone know anything about the debug version of ntldr, as the one in "debug"
folder of the ddk root, that supports ewf of XPe? Where to get it, or how?

Thanks,
Puffel
 
Oh, I'm working on an file system driver project for XPe, and would like to
using the debugger to transfer driver files onto target device when debugging
(as you may see the "Mapping Driver Files" of windbg document).

However, due to the image I'm working on has ewf support and which involved
a new ntldr (ewf ntldr) other than the ordinary XP pro/XPe, it's not able to
be replaced by the ntldr that I found in the %DDKROOT%\debug directory, which
will report that ntldr is corrupted.

Thus, I have to copy the driver file onto target device in a very
inefficient way.
 
The standard practice for driver development is to develop in XP Pro then
bring it over to XPe. Or is this something that is tied directly to
embedded?

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Back
Top