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

📄 platform.reg

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 REG
字号:
; Platform type: 1=DK3, 2=Perp 3=Rose
[HKEY_LOCAL_MACHINE\Platform]
   "Name"=LOC_PLATFORMNAME
   "Type"=dword:2


IF AMD_FAST_PLUS
	;In order to bind the WINCE NDIS driver to TCP/IP the 'bind' keyword is used. 
	[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage] 
		"Bind"=multi_sz:"ppp","PCNTN4M1"

	; Registry values for the pcntn4m1 driver
	[HKEY_LOCAL_MACHINE\Comm\PCNTN4M1\Parms\TcpIp]
	   ; This enable the DHCP. In Win CE 2.1 Preview version statically allocated IP address 
       ; does not work. So we use the DHCP server to allocate the IP address. 
	   "EnableDHCP"=dword:1
   	   ; This should be MULTI_SZ
	   "DefaultGateway"=""
	   ; This should be SZ... If null it means use LAN, else WAN and Interface.
	   "LLInterface"=""
	   ; Use zero for broadcast address? (or 255.255.255.255)
	   "UseZeroBroadcast"=dword:0
	   ; Thus should be MULTI_SZ, the IP address list
	   "IpAddress"="0.0.0.0"
	   ; This should be MULTI_SZ, the subnet masks for the above IP addresses
	   "Subnetmask"="0.0.0.0"

	[HKEY_LOCAL_MACHINE\Comm\PCNTN4M]
	   "DisplayName"="PCNTN4M Compatible Ethernet Driver"
	   "Group"="NDIS"
	   "ImagePath"="pcntn4m.dll"

	[HKEY_LOCAL_MACHINE\Comm\PCNTN4M\Linkage]
	   "Route"=multi_sz:"PCNTN4M1"

	[HKEY_LOCAL_MACHINE\Comm\PCNTN4M1]
	   "DisplayName"="PCNTN4M Compatible Ethernet Driver"
	   "Group"="NDIS"
	   "ImagePath"="pcntn4m.dll"
	
	[HKEY_LOCAL_MACHINE\Comm\PCNTN4M1\Parms]
	   "BusNumber"=dword:0
	   "BusType"=dword:05
	   ;"Interrupt"=dword:05
 	   ;"IOAddress"=dword:0300
	   "Interrupt"=dword:11
 	   "IOAddress"=dword:6800
ENDIF


IF ODO_NOSERIAL !
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial]
   "SysIntr"=dword:13
   "IoBase"=dword:02F8
   "IoLen"=dword:8
   "DeviceArrayIndex"=dword:0
   "Prefix"="COM"
   "Dll"="Com16550.Dll"
   "Order"=dword:0
   "Priority"=dword:0

IF IMGCOM2
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial2]
   "SysIntr"=dword:15
   "IoBase"=dword:03E8
   "IoLen"=dword:8
   "DeviceArrayIndex"=dword:1
   "Prefix"="COM"
   "Dll"="Com16550.Dll"
   "Order"=dword:0

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial2\Unimodem]
   "Tsp"="Unimodem.dll"
   "DeviceType"=dword:0
   "FriendlyName"=LOC_FRIENDLYNAME_SERIAL2
   "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
ENDIF

IF IMGCOM3
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial3]
   "SysIntr"=dword:1A
   "IoBase"=dword:02E8
   "IoLen"=dword:8
   "DeviceArrayIndex"=dword:2
   "Prefix"="COM"
   "Dll"="Com16550.Dll"
   "Order"=dword:0

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial3\Unimodem]
   "Tsp"="Unimodem.dll"
   "DeviceType"=dword:0
   "FriendlyName"=LOC_FRIENDLYNAME_SERIAL3
   "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
ENDIF

; 02/02/2001
; copied from Project.reg and changed value of "Index" to 4
; this is necessary in order to have 3 COM ports + IrDA
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IrCOMM]
   "Dll"="IRCOMM.DLL"
   "Prefix"="COM"
   "Order"=dword:1
   "Index"=dword:4

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IrCOMM\Unimodem]
   "Tsp"="Unimodem.dll"
   "DeviceType"=dword:6
   "FriendlyName"=LOC_FRIENDLY_IRCOMM
   "DevConfig"=hex: 10,00, 00,00, 02,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
ENDIF


IF ODO_NOUSB !
IF CEPC_UHCI
; USB - UHCI driver
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\UHCI]
   "Prefix"="HCD"
   "Dll"="uhci.dll"
   "Index"=dword:1
   "Order"=dword:1
   ; Resource config information.  We don't have routines to modify PCI IRQ
   ; and mem base, so we specify two different config modes - if 
   ; UseExistingSettings is non zero, accept whatever resources were assigned 
   ; by the BIOS, and fill in the Irq and MemBase fields dynamically. 
   ; Otherwise, check settings and fail driver load if IRQ doesn't match the 
   ; registry value.
   "UseExistingSettings"=dword:1

   "SysIntr"=dword:19
   "MemBase"=dword:6400
ENDIF
ENDIF


IF CEPC_PARALLEL
; Parallel Port Driver
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Parallel]
   "DeviceArrayIndex"=dword:0
   "Prefix"="LPT"
   "Dll"="Parallel.Dll"
   "Order"=dword:0
   "IoBase"=dword:378
   "IoLen"=dword:C
   "DeviceType"=dword:0
   "FriendlyName"=LOC_FRIENDLYNAME_PARALLEL
   "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
ENDIF


; USB - Mouse Driver
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\Default\Default\3_1_2\Generic_Sample_Mouse_Driver]
   "DLL"="USBMOUSE.dll"


; USB - Mouse Driver
[HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\Generic_Sample_Mouse_Driver]


; Mouse driver
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\MOUSE]
        "DriverName"="kbdmouse.dll"
        "SysIntr"=dword:1C


; Keybd driver is the same.
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD]
        "DriverName"="kbdmouse.dll"
        "SysIntr"=dword:11
        "CalVKey"=dword:0
        "ContLessVKey"=dword:0
        "ContMoreVKey"=dword:0
        "TaskManVKey"=dword:2E


; For CEPC, we don't support suspend so don't let it happen
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"BattPowerOff"=dword:0
"ExtPowerOff"=dword:0


IF CEPC_DISKONCHIP
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TrueFFS]
   "Index"=dword:1
   "Dll"="TrueFFS.dll"
   "Prefix"="DSK"
   "Order"=dword:1
   "Ioctl"=dword:4
   "FSD"="FATFS.DLL"
   "WindowBase"=dword:D0000
ENDIF


IF CEPC_SERMOUSE
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SerMouse]
   "Index"=dword:1
   "Dll"="SerMouse.dll"
   "Prefix"="SRM"
   "Order"=dword:1
   "Port"=dword:1
ENDIF


; This registry setting controls the checkboxes dsiplayed in the Sounds CPL
; under "enable clicks & taps". Set bit0 if you have a keyboard, set bit1 if
; you have a touch screen. Set bit2 if you have HW buttons (NOTE: for now
; HW buttons are mutually exclusive with the keyboard)
; For CEPC setting it to 1=keybd, but no touch screen
[HKEY_LOCAL_MACHINE\ControlPanel]
        "InputConfig"=dword:1   


; This registry setting eables the Explorer's suspend menu button
; Not all of the CEPC platform drivers correctly support suspend.
[HKEY_LOCAL_MACHINE\Explorer]
        "Suspend"=dword:1


IF ODO_NOIRDA !
[HKEY_LOCAL_MACHINE\Comm\IrDA\Linkage]
    "Bind"=multi_sz:"Irsir1"

[HKEY_LOCAL_MACHINE\Comm\Irsir]
   "DisplayName"="Serial (COM) IrDA Driver"
   "Group"="NDIS"
   "ImagePath"="irsir.dll"

[HKEY_LOCAL_MACHINE\Comm\Irsir\Linkage]
   "Route"=multi_sz:"Irsir1"

[HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms]
   "BusNumber"=dword:0
   "BusType"=dword:0
   "Port"=dword:1
   ; 0 = Use external dongle, 1 = Use internal IR
   "IntIR"=dword:0
   ; 0 - internal transceiver, 1 - Extended Systems JetEye dongle.
   "TransceiverType"=dword:1
ENDIF


IF IMGNOATA_PCI !
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\ATA_PCI]
   "Dll"="ATA_PCI.DLL"
   "Prefix"="ATA"
   "Order"=dword:0
   "FriendlyName"="PCI IDE support"
   "Ioctl"=dword:4
   "FSD"="FATFS.DLL"
[HKEY_LOCAL_MACHINE\init]
   "Launch60"="ATA_PCI_Init.exe"
   "Depend60"=hex:14,00, 1e,00
ENDIF

; needed to FORCE the CT69000 driver to operate in 640x480 mode
; without this entry it defaults to 800x600
[HKEY_LOCAL_MACHINE\Drivers\DDI_CT69]
   "Mode"=dword:0

⌨️ 快捷键说明

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