[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\Nand]
"DriverPath"="Drivers\\BuiltIn\\Nand"
"LoadFlags"=dword:00000002
"BootPhase"=dword:00000002
"Order"=dword:00000000
;-----------------------------------------------------------------------------
---------------------------
platform.bib:
MODULES
DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll
NK SH
this setting is working well in WinCE5.0, Is there somebody tell me what 's
the problem whit it.
thanks.
--
Message posted via http://www.pocketpcjunkies.com
--
vinoth.R
http://vinoth-vinothblog.blogspot.com
http://www.e-consystems.com
"caiyuqing via PocketPCJunkies.com" wrote:
> .
>
Vinoth [MCTS] wrote:
>Load your driver in kernel mode. windows ce 6.0 has kernel mode drivers and
>user mode drivers. fix the driver in kernel mode by adding K to your bib file
>driver entry.
>see bellow
>instead of this
>DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll
>> NK SH
>add the K with SH
>DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll NK SHK
>
>> Hi,dear all.
>> I am building a Nand Flash driver for WinCE6.0, now have some trouble ... The
>[quoted text clipped - 26 lines]