阅读:2093回复:11
远峰GPS的注册表 --- 完整版!!! 梦幻完整版
10 楼 ~~~
|
|
沙发#
发布于:2007-09-26 15:56
Hi, harktrip, 发现咱们现在做的工作比较象,都是在2440+ce4.2上作完善。能否告知你用什么软件读的注册表?
|
|
板凳#
发布于:2007-09-27 08:37
这个在储存时,会有错误讯息,不过并不影响存档.
你的sd驱动,可以完全正常使用吗? (插入立刻显示盘符? 如果可以的话是否分享你的SD驱动) |
|
|
地板#
发布于:2007-09-27 16:20
我就用标准的SD驱动啊,就是开发板附带的,我觉得挺好用啊??当然,没有试过大容量的存取速度。另外还有一个请教一下,我在用RAM BASED REGISTRY+Multi-XIP或者单独的HIVE_BASED REGISTRY都挺正常的,可是用HIVE-BASED REGISTRY+Muti-XIP开始启动顺利,直到加载LCD驱动时,因为先启动GWES会出现ABORT,一直不理解为什么??加载的文件档都参考了你的还有另外一个主贴上的,可就是不知道为什么。开始还以为是CE4.2的原因,因为别人都是在5.0的基础上做的。好像发现你的也是4.2。。。。
|
|
地下室#
发布于:2007-09-27 17:04
放在注册表最前面
; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; ; Use of this source code is subject to the terms of the Microsoft end-user ; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. ; If you did not accept the terms of the EULA, you are not authorized to use ; this source code. For a copy of the EULA, please see the LICENSE.RTF on your ; install media. ; ; Our variables #define BUILTIN_ROOT HKEY_LOCAL_MACHINE\Drivers\BuiltIn #define PCI_BUS_ROOT $(BUILTIN_ROOT)\PCI #define DRIVERS_DIR $(_PUBLICROOT)\common\oak\drivers ; Copyright ?1999 Intel Corp. ; Platform type: 1=DK3, 2=ODO 3=Rose [HKEY_LOCAL_MACHINE\Platform] "Name"=LOC_PLATFORMNAME "Type"=dword:2 ; @CESYSGEN IF FILESYS_FSREGHIVE ; HIVE BOOT SECTION [HKEY_LOCAL_MACHINE\init\BootVars] "SYSTEMHIVE"="Documents and Settings\\system.hv" "PROFILEDIR"="Documents and Settings" "Start DevMgr"=dword:1 "Flags"=dword:1000 "RegistryFlags"=dword:1 ; ; 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:11 "BootPhase"=dword:0 "Flags"=dword:1000 ; ; Entries to load the block driver that BINFS uses ; This is dependent on what device is used ; [HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\FlashDrv] "DriverPath"="Drivers\\BlockDevice\\FlashDrv" "LoadFlags"=dword:1 "MountFlags"=dword:11 "BootPhase"=dword:0 "Flags"=dword:1000 [HKEY_LOCAL_MACHINE\Drivers\BlockDevice\FlashDrv] "Prefix"="DSK" "Dll"="FLASHDRV.dll" "Order"=dword:0 "Ioctl"=dword:4 "Profile"="FlashDrv" "FriendlyName"="MS Flash Driver" "MountFlags"=dword:11 "BootPhase"=dword:0 "Flags"=dword:1000 ; Bind BINFS to the block driver [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv] "DefaultFileSystem"="BINFS" "PartitionDriver"="mspart.dll" "AutoFormat"=dword:1 "AutoMount"=dword:1 "AutoPart"=dword:1 "MountFlags"=dword:11 "Folder"="ResidentFlash" "Name"="Microsoft Flash Disk" "BootPhase"=dword:0 "Flags"=dword:1000 ; Keep FATFS from trying to shadow \Windows [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv\FATFS] "MountFlags"=dword:2 "Flags"=dword:1000 [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS] "MountFlags"=dword:0 "Flags"=dword:1000 ; END HIVE BOOT SECTION |
|
5楼#
发布于:2007-09-27 20:19
多谢,和我的差不多,个别不一样,我再试试,非常感谢
|
|
6楼#
发布于:2007-09-28 13:35
完全按照harktrip的bib试了一下,问题依旧,加载GWES出问题,晕了。。。。
|
|
7楼#
发布于:2007-09-28 20:40
兄弟,你重新建一个project看看
因为我也有这样的经验,重建一个就好了 |
|
8楼#
发布于:2007-09-30 11:59
to harktrip:
你导出来的注册表好像不全,没有驱动部分的,很多重要信息都没有,那些部分是导不出来? |
|
9楼#
发布于:2007-09-30 16:47
我想应该是导不出来吧,我存盘时已经是选全部的注册表了~
|
|
10楼#
发布于:2007-10-02 16:17
完整版!!! 梦幻完整版
(这个主要是提供给大家学习用的,相信远峰的戎哥和锋哥,不会计较吧!) 中文的部分有点问题,我的nb是繁体的,转出来也是繁体 也有些乱码,不过不影响参考价值 |
|
|
11楼#
发布于:2007-10-02 23:29
正好需要,真是多谢楼主了!
|
|