Monday, September 28, 2009

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!!!

3 comments:

  1. Hi, it seems to be not working when a driver is put into boot hive and flag set to 1000, is this normal behavior, or something else is not configured properly. It works for me when I disable boot hive for that particular driver and remove the 1000 flag. Any thoughts on that?
    regards,
    pawel

    ReplyDelete
  2. It is simply excellent idea

    ReplyDelete
  3. I confirm. All above told the truth. We can communicate on this theme. Here or in PM.

    ReplyDelete

Please add your valuable feedback and suggestion...

Note: Only a member of this blog may post a comment.