⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 epcm-x270c2n2.reg

📁 Windows CE下显示BMP图片,用eVC开发
💻 REG
📖 第 1 页 / 共 2 页
字号:
;---------------------------------------------------------------------

;
; 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
;
	"MountHidden"=dword:0
        ;"MountFlags"=dword:11
        "BootPhase"=dword:0

; @CESYSGEN IF FILESYS_FSREGHIVE
; HIVE BOOT SECTION

; Valid Bits for Flags registry value
; If no flags are set, the hive will be stored in the object store.
;
; 0x00000001    Start storage manager in boot phase 1 for hive-based registry
; 0x00000002    Start device manager in boot phase 1 for hive-based registry
; 0x00000004    Start storage manager in boot phase 1 for registry in
;               external ROM (such as BINFS)
; 0x00000008    Start device manager in boot phase 1 for registry in
;               external ROM (such as BINFS)

[HKEY_LOCAL_MACHINE\init\BootVars]
   "SystemHive"="Documents and Settings\\system.hv"
   "ProfileDir"="Documents and Settings"
   "Flags"=dword:3
   "RegistryFlags"=dword:0                         ;修改注册表时, 刷新注册表
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSREGHIVE

; @CESYSGEN IF FILESYS_FSREGHIVE
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\FlashDisk]
    "Profile"="FlashDisk"
    "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
    "Order"=dword:0
    "FriendlyName"="ZLG_FFS NAND Flash Driver"
    "Dll"="smflash.dll"
    "Prefix"="DSK"

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\FlashDisk]
    "DriverPath"="Drivers\\BuiltIn\\FlashDisk"
   ; LoadFlags 0x01 == load synchronously
    "LoadFlags"=dword:1
    "Order"=dword:0
    "BootPhase"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
    "DefaultFileSystem"="FATFS"
    "PartitionDriver"="mspart.dll"
    ;"MountAsROM"=dword:1
    ;"MountAsHidden"=dword:1
    "Folder"="FlashDisk"
    "Name"="FLASH Disk Block Device"
    "AutoPart"=dword:1
    "AutoFormat"=dword:1
    "AutoMount"=dword:1
	
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
    "FriendlyName"="FAT FileSystem"
    "Dll"="fatfsd.dll"
    
    ;
    ; FATFS_FORCE_TFAT = 0x00400000
    ;
    "Flags"=dword:00680014
    ;"paging"=dword:1
    ;"CacheSize"=dword:0
    ;"EnableCacheWarm"=dword:0
    ;"EnableCache"=dword:1
    "MountFlags"=dword:2
   ;"MountFlags"=dword:0
    
    "BufferSize"=dword:40    
    "FormatTfat"=dword:1
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSREGHIVE




;*********************************************************************************************************
;
; 注册表自动保存注意事项: 
;
; 下面每间隔1秒(FlushPeriod的值)就会检查注册表是否有改变, 有则保存注册表,
;
; 使能时, 必须设置环境变量: SET  PRJ_ENABLE_REGFLUSH_THREAD=1
;
; 同时, 还要"RegistryFlags"=dword:1改成dword:0,不用每次注册表修改就自动去flush注册表。
;
;*********************************************************************************************************

IF PRJ_ENABLE_REGFLUSH_THREAD
[HKEY_LOCAL_MACHINE\System\ObjectStore\RegFlush]
; To monitor the flushing from an external process add "ActivityName" registry value.
; The activity name is a global named event that filesystem will signal on Registry Activity.
;   "ActivityName"=""
; Create an thread in filesys to perform flushing
    "SpawnThread"=dword:1
; Make the thread IDLE priority
    "FlushPriority256"=dword:FF
; ActivityThreshold specifies the # of reg activity before we force a flush
    "ActivityThreshold"=dword:100
; Timeout period for a flush (flush occurs if there have been some changes during this period)
    "FlushPeriod"=dword:3E8
ENDIF
;*********************************************************************************************************
;
; added for AX88796B Ethernet(1)
;
;*********************************************************************************************************
IF BSP_NOETHER !
IF SYSGEN_ETHERNET

[HKEY_LOCAL_MACHINE\Comm\AX88796B]
	"DisplayName"="ASIX AX88796 Ethernet Driver"
	"Group"="NDIS"
	"ImagePath"="AX88796B.dll"
  
[HKEY_LOCAL_MACHINE\Comm\AX88796B\Linkage]
	"Route"=multi_sz:"AX88796B1"

[HKEY_LOCAL_MACHINE\Comm\AX88796B1]
    "DisplayName"="ASIX AX88796 Ethernet Driver"
    "Group"="NDIS"
    "ImagePath"="AX88796B.dll"

[HKEY_LOCAL_MACHINE\Comm\AX88796B1\Parms]
    "BusNumber"=dword:0
    "BusType"=dword:0   	
    "Transceiver"=dword:3
    "InterruptNumber"=dword:23              ;IRQ=0x23 (Default, use GP3)   	
    "IoBaseAddress"=dword:8000000           ;IOBASE=0x8000000 (Default, for memory 
                                            ;mapping)
    ;"InterruptNumber"=dword:28		    	;IRQ=0x28(40) (Default, use GP4)   	
    ;"IoBaseAddress"=dword:10000000         ;IOBASE=0x8000000 (Default, for memory mapping)	
		
    "NetworkAddress"="00-12-34-56-78-9a"    ;Define the MAC address 
					    ;00-12-34-56-78-9a (Default)
    "SpeedDuplex"=dword:3100		        ;3100,  AutoDetect (Default = 3100)
                                            ;0,     10Mb-Half-Duplex
                                            ;100,   10Mb-Full-Duplex
                                            ;2000,  100Mb-Half-Duplex
                                            ;2100,  100Mb-Full-Duplex
    "TxQueue"=dword:0                       ;Send Packet Mode, 0=OFF, 1=ON (Default = 1)
    "VLAN"=dword:0                          ;VLAN on or off, 0=disable, 									
					    ;1=enable (Default = 0)
    "VLAN_ID"=dword:0                  	    ;VLAN ID, set the value is between 0 to 4095 
					    ;(Default = 0)
    "WakeUpFromLinkChange"=dword:0  	    ;Wake-Up When Link Change, 0=disable,	
					    ; 1=enable (Default = 0)
    "WakeUpFromPacket"=dword:0		    ;Wake-Up when receive ARP/PING or 
					    ;MAGIC packet, (Default = 0)
					    ;0,     disable
					    ;1,     Magic Packet
					    ;2,     PING/ARP
					    ;3,     Magic Packet/PING/ARP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -