Monday, September 28, 2009

How to get finer control over driver loading!!! [WinCE]

Refer simply the link

Download and follow instruction. Learn how to do it.

Hav fun with WinCE

How to make Passive KITL work!!! [WinCE]

Hi,
Search Just in time debugger in your msdn for WinCE or help to know how to make Passive KITL work.
Note your Active KITL should already be working.

Have fun @ WinCE

Loading a driver using KITL!!! [WinCE]

Apart from loading driver directly from image, you can use KITL to do for you.

Remove driver entry from platform.bib. Add entry into platform.reg.
To make it work, enable SYSGEN_SHELL=1 which supports \Release which used to permit to use _FLATRELEASEDIR.

This should be your registry entry.

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SAM]
"Dll"="\Release\sample.dll"
"Prefix"="SAM"
"Index"=dword:1
"Order"=dword:1

Have fun with WinCE!!!