阅读:1929回复:0
关于mult-xip的注册表问题,请高手百忙之中指点
各位高手大家好,我实在不知道怎么做了,我的注册表存在以下内容:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Support BINFS Section ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Add BinFS to partition table [HKEY_LOCAL_MACHINE\System\StorageManager\PartitionTable] "21"="BINFS" [HKEY_LOCAL_MACHINE\System\StorageManager\BINFS] "Folder"="BINFS" "FriendlyName"="Bin FileSystem" "Dll"="binfs.dll" ; MountFlags: ; 0x10 specifies that this file system is to be mounted as an external ; ROM filesystem shadowing the \windows directory ; 0x1 specifies that the mountpoint \BINFS is to be hidden ; "MountFlags"=dword:10 "BootPhase"=dword:0 我能看见ResidentFlash文件夹,但是我不能看见BINFS的内容,查看存储管理器发现找到两个part,一个是BINFS,但是没有加载,另外一个是FAT文件结构,已经加载了。我想请教,是不是我在 ; HIVE BOOT SECTION ; END HIVE BOOT SECTION 中包含的其他内容没有设置正确呢? 我的在; HIVE BOOT SECTION ; END HIVE BOOT SECTION 中的所有注册表信息如下: ;HIVE BOOT SECTION IF BSP_NONANDFS ! [HKEY_LOCAL_MACHINE\init\BootVars] "SYSTEMHIVE"="System.hv" "Start DevMgr"=dword:1 ; "Flags"=dword:3 "RegistryFlags"=dword:1 "DefaultUser"="avantech" [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SMFLASH] "DefaultFileSystem"="FATFS" "AutoPart"=dword:1 "AutoMount"=dword:1 "AutoFormat"=dword:1 "MountAsBootable"=dword:1 "MountAsRoot"=dword:1 "PartitionDriver"="mspart.dll" "Name"="Microsoft Flash Disk" "Folder"="ResidentFlash" "BootPhase"=dword:0 "Flags"=dword:1000 ; Keep FATFS from trying to shadow \Windows [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SMFLASH\FATFS] "FriendlyName"="FAT FileSystem" "Dll"="fatfsd.dll" "Flags"=dword:00000024 "Paging"=dword:1 "CacheSize"=dword:0 "EnableCacheWarm"=dword:0 "EnableCache"=dword:1 "Flags"=dword:1000 [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\FATFS] "Flags"=dword:00000014 "MountFlags"=dword:2 [HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\SMFLASH] "DriverPath"="Drivers\\BuiltIn\\SMFLASH" ; LoadFlags 0x01 == load synchronously "LoadFlags"=dword:1 "BootPhase"=dword:0 "Flags"=dword:1000 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Support BINFS Section ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Add BinFS to partition table [HKEY_LOCAL_MACHINE\System\StorageManager\PartitionTable] "21"="BINFS" "20"="BOOT" [HKEY_LOCAL_MACHINE\System\StorageManager\BINFS] "Folder"="BINFS" "FriendlyName"="Bin FileSystem" "Dll"="binfs.dll" ;"Paging"=dword:1 ; MountFlags: ; 0x10 specifies that this file system is to be mounted as an external ; ROM filesystem shadowing the \windows directory ; 0x1 specifies that the mountpoint \BINFS is to be hidden ; "MountFlags"=dword:10 "BootPhase"=dword:0 ; "MountHidden"=dword:0 ENDIF ; BSP_NONANDFS ;END HIVE BOOT SECTION 希望各位抽时间指点我一下,我知道这些技术对你们来说都很简单,若您没有时间分析,能否把您的HIVE BOOT SECTION下的注册表信息贴出来供我参考下呢?万分感谢。!万分感谢! |
|