搞了一天了,不得已才发问的555 环境:2410+64ram+64nand+wince 6.0
注册表:[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\SMFLASH]
"DriverPath"="Drivers\\BuiltIn\\SMFLASH"
"LoadFlags"=dword:1
"BootPhase"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SMFLASH]
"Prefix"="DSK"
"Dll"="smflash.dll"
"Index"=dword:1
"Order"=dword:0
"Profile"="SMFLASH"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"Flags"= dword:1000 ;;;;;;;;;;
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SMFLASH]
"DefaultFileSystem"="BINFS"
"AutoPart"=dword:1
"AutoMount"=dword:1
"PartitionDriver"="mspart.dll"
"Name"="Microsoft Flash Disk"
"Folder"="ResidentFlash"
"BootPhase"=dword:0
"Flags"= dword:1000 ;;;;;;;;;;
注:把AUTOLAOD 项去掉,让设备管理器加载又没问题,让FILESYS。EXE的加载出问题
信息如下:
FILESYS: RAM File System FSD_MountDisk registering folder "Object Store"
4294769325 PID:400002 TID:680002 FSDMGR!MountTable_t::RegisterVolumeName: Registered "Object Store" at index 4
PB Debugger Loaded symbols for 'F:\WINCE600\OSDESIGNS\TEST3\TEST3\RELDIR\TEST2_ARMV4I_DEBUG\PM.DLL'
4294769325 PID:400002 TID:680002 FSDMGR!MountTable_t::RegisterVolume: Registered volume at index 4 (Name="", MountFlags=0x46)
4294769331 PID:400002 TID:930002 FSDMGR!PNPThread: Using PNPUnloadDelay of 4096
4294769334 PID:400002 TID:930002 FSDMGR!PNPThread: PNPThread starting!
4294769336 PID:400002 TID:680002 FSDMGR!AutoLoadFileSystem: CurrentBootPhase=0, RootKey=System\StorageManager\AutoLoad, FileSystem_t=SMFLASH
4294769337 PID:400002 TID:680002 FSDMGR!AutoLoadBlockDevice: Auto-loading block driver from "Drivers\BuiltIn\SMFLASH"
4294769338 PID:400002 TID:680002 FSDMGR!MountStore: Attaching new storage device "SMFLASH"
4294769346 PID:400002 TID:680002 FSDMGR!MountStore: Failed mounting store "SMFLASH"; error=126
4294769346 PID:400002 TID:680002 FSDMGR!StoreDisk_t::~StoreDisk_t: deleting store (D00426B0)
4294769347 PID:400002 TID:680002 FSDMGR!AutoLoadFileSystems: Unable to auto-load HKLM\System\StorageManager\AutoLoad\SMFLASH; error=126
4294769351 PID:400002 TID:680002 FSDMGR!STOREMGR_StartBootPhase BootPhase=1 (PrevBootPhase=0)
4294769351 PID:400002 TID:680002 FSDMGR!AutoLoadFileSystems: CurrentBootPhase=1, LoadFlags=1
Unable to auto-load HKLM\System\StorageManager\AutoLoad\SMFLASH 这个问题.
FSDMGR!MountStore: Failed mounting store "SMFLASH"; error=126
// The specified module could not be found.
//
#define ERROR_MOD_NOT_FOUND 126L