platform.reg
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· REG 代码 · 共 322 行
REG
322 行
; Platform type: 1=DK3, 2=Perp 3=Rose
[HKEY_LOCAL_MACHINE\Platform]
"Name"=LOC_PLATFORMNAME
"Type"=dword:2
IF ODO_NOPCMCIA !
; Intel 82365 compatible PCMCIA socket controller resources
; Most 82365 compatible controllers use 0x3e0 and 0x3e1 (like the Simple
; Technology controller). The SCM controller uses 0x3e2 and 0x3e3
[HKEY_LOCAL_MACHINE\Drivers\PCMCIA]
;"Irq"=dword:0b
;"Irq"=dword:FF
"SysIntr"=dword:1b
"IoBase"=dword:03e2
;"IoBase"=dword:020000a0
;"IoBase"=dword:03e2 ; for SCM controller
"IoLen"=dword:2
ENDIF
IF ADV_RTL8139
[HKEY_LOCAL_MACHINE\Comm\RTL8139]
"DisplayName"="Realtek RTL8139 based Fast Ethernet Driver"
"Group"="NDIS"
"ImagePath"="rtl8139.dll"
[HKEY_LOCAL_MACHINE\Comm\RTL8139\Linkage]
"Route"=multi_sz:"RTL81391"
[HKEY_LOCAL_MACHINE\Comm\RTL81391]
"DisplayName"="Realtek RTL8139 based Fast Ethernet Driver"
"Group"="NDIS"
"ImagePath"="rtl8139.dll"
[HKEY_LOCAL_MACHINE\Comm\RTL81391\Parms]
"PhysicalAddressBase"=dword:E000
"BusType"=dword:5
"BusNumber"=dword:0
[HKEY_LOCAL_MACHINE\Comm\RTL81391\Parms\TcpIp]
"EnableDHCP"=dword:1
"DefaultGateway"=""
"UseZeroBroadcast"=dword:0
"IpAddress"="0.0.0.0"
"Subnetmask"="0.0.0.0"
ENDIF
IF INTEL82559
[HKEY_LOCAL_MACHINE\Comm\E100BCE]
"DisplayName"="Pro100+ Ethernet Driver"
"Group"="NDIS"
"ImagePath"="e100bce.dll"
[HKEY_LOCAL_MACHINE\Comm\E100BCE\Linkage]
"Route"=multi_sz:"E100BCE1"
[HKEY_LOCAL_MACHINE\Comm\E100BCE1]
"DisplayName"="Pro100+ Ethernet Driver"
"Group"="NDIS"
"ImagePath"="e100bce.dll"
[HKEY_LOCAL_MACHINE\Comm\E100BCE1\Parms]
"BusNumber"=dword:0
"BusType"=dword:5
"BusTypeLocal"=dword:5
"MSPciScan"=dword:1
"CE_PhysAddr"=dword:801DC000
; This section is currently setup for DHCP operation
[HKEY_LOCAL_MACHINE\Comm\E100BCE1\Parms\TcpIp]
"EnableDHCP"=dword:1
; This should be MULTI_SZ
"DefaultGateway"=""
; 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"
; If you wish to use static IP's the section above would look like this.
;[HKEY_LOCAL_MACHINE\Comm\E100BCE1\Parms\TcpIp]
; "EnableDHCP"=dword:0
; ; This should be MULTI_SZ
; "DefaultGateway"="" ;Please fill this in with your network information
; ; Use zero for broadcast address? (or 255.255.255.255)
; "UseZeroBroadcast"=dword:0
; ; Thus should be MULTI_SZ, the IP address list
; "IpAddress"="" ;Please fill this in with your network information
; ; This should be MULTI_SZ, the subnet masks for the above IP addresses
; "Subnetmask"="255.255.255.0"
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
; This should be MULTI_SZ
; This is the list of llip drivers to load
"Bind"=multi_sz:"e100bce1"
ENDIF
IF CEPC_NE2000_ISA
; These are the registry settings for using the Linksys ISA NE2000 ethernet
; adapter on a CEPC. "BusType=1" => ISA, InterruptNumber and IoBaseAddress
; a Linksys setup utility.
; These setting will conflict with those for PCMCIA NE2000 in that multiply
; instanced comm settings are not yet supported (i.e. NE20001, NE20002 ...)
[HKEY_LOCAL_MACHINE\Comm\NE2000]
"DisplayName"=LOC_DISPLAYNAME_COMM_NE2000
"Group"="NDIS"
"ImagePath"="ne2000.dll"
[HKEY_LOCAL_MACHINE\Comm\NE2000\Linkage]
"Route"=multi_sz:"NE20001"
[HKEY_LOCAL_MACHINE\Comm\NE20001]
"DisplayName"=LOC_DISPLAYNAME_COMM_NE20001
"Group"="NDIS"
"ImagePath"="ne2000.dll"
[HKEY_LOCAL_MACHINE\Comm\NE20001\Parms]
"BusNumber"=dword:0
"BusType"=dword:1
"InterruptNumber"=dword:0f
"IoBaseAddress"=dword:300
"Transceiver"=dword:3
"CardType"=dword:0
[HKEY_LOCAL_MACHINE\Comm\NE20001\Parms\TcpIp]
"EnableDHCP"=dword:1
; This should be MULTI_SZ
"DefaultGateway"=""
; 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\Tcpip\Linkage]
; This should be MULTI_SZ
; This is the list of llip drivers to load
"Bind"=multi_sz:"ppp","ne20001"
ENDIF
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 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 ODO_NOIRDA
IF IMGCOM2
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial2]
"SysIntr"=dword:14
"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
ENDIF
IF ODO_NOIRDA
IF IMGCOM3
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial3]
"SysIntr"=dword:15
"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
ENDIF
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:1b
"MemBase"=dword:D801
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
[HKEY_LOCAL_MACHINE\Software\Microsoft\WBT]
"Resolution"="640 480 60"
ENDIF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?