platform.reg

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· REG 代码 · 共 224 行

REG
224
字号
; 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]
   "SysIntr"=dword:1B
   "IoBase"=dword:03e0
   ;"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 ODO_NOAUDIO !
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev\]
   "Prefix"="WAV"
   "Dll"="wavedev.dll"
   "Index"=dword:1
   "Order"=dword:0
   "Irq"=dword:0a
   "Dma"=dword:5
   "IoBase"=dword:220
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: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

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

IF ODO_NOIRDA !
IF IMGNOSIR !
[HKEY_LOCAL_MACHINE\Comm\IrDA\Linkage]
    "Bind"=multi_sz:"Irsir1"
    
[HKEY_LOCAL_MACHINE\Comm\Irsir]
   "DisplayName"=LOC_DISPLAYNAME_IRSIR
   "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

ENDIF

IF ODO_NOUSB !
; USB - OHCI driver
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\OHCI]
   "Prefix"="HCD"
   "Dll"="ohci.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

; Windows CE seems to find the right SysIntr and MemBase when the following are commented out 
;   "SysIntr"=dword:1F
;   "MemBase"=dword:FFBFE000
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

⌨️ 快捷键说明

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