www.pudn.com > 2410winceCE_l80t64.rar > platform.reg


; 
; 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:0 
; END HIVE BOOT SECTION 
; @CESYSGEN ENDIF FILESYS_FSREGHIVE 
 
 
; @CESYSGEN IF WCESHELLFE_MODULES_EXPLORER 
; @CESYSGEN ENDIF WCESHELLFE_MODULES_EXPLORER 
 
; @CESYSGEN IF CE_MODULES_DEVICE 
 
; Resources available at time of device.exe initialization. 
; Key names are descriptive; resource ids are definitive. 
; System ids are defined in ddk\inc\resmgr.h. 
; HIVE BOOT SECTION 
[HKEY_LOCAL_MACHINE\Drivers\Resources\IRQ] 
   "Identifier"=dword:1 
   "Minimum"=dword:1 
   "Space"=dword:20 
   "Ranges"="1-0x20" 
;  "Shared"="" 
 
[HKEY_LOCAL_MACHINE\Drivers\Resources\IO] 
   "Identifier"=dword:2 
   "Minimum"=dword:0 
   "Space"=dword:10000 
   "Ranges"="0-0xFFFF" 
; END HIVE BOOT SECTION 
 
; @CESYSGEN IF CE_MODULES_POINTER    
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH] 
  "MaxCalError"=dword:7 
; portrait  
   "CalibrationData"="459,655 55,151 67,1175 863,1159 867,163" 
; @CESYSGEN ENDIF CE_MODULES_POINTER    
 
; @CESYSGEN IF CE_MODULES_DISPLAY 
IF BSP_NODISPLAY ! 
[HKEY_LOCAL_MACHINE\Drivers\Display\S3C2410\CONFIG] 
	"DisplayDll"="s3c2410disp.dll" 
	"LCDVirtualFrameBase"=dword:ac100000 
	"LCDPhysicalFrameBase"=dword:30100000 
 
[HKEY_LOCAL_MACHINE\System\GDI\Drivers] 
    "Display"="s3c2410disp.dll" 
 
; GWES will pass this value to the LCD driver; the driver will open the 
; key to which it points to read its configuration. 
[HKEY_LOCAL_MACHINE\System\GDI\DisplayCandidates] 
	"Candidate10"="Drivers\\Display\\S3C2410\\CONFIG" 
ENDIF BSP_NODISPLAY ! 
; @CESYSGEN ENDIF CE_MODULES_DISPLAY 
 
; @CESYSGEN IF CE_MODULES_KEYBD 
; Keybd driver is the same. 
IF BSP_NOKEYBD ! 
#include "$(DRIVERS_DIR)\keybd\keybd.reg" 
 
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD] 
    "DriverName"="kbdmouse.dll" 
    "SysIntr"=dword:10	; SYSINTR_FIRMWARE + 0 
    "IOBase"=dword:B1600000 
    "SSPBase"=dword:B1900000 
 
#include "$(DRIVERS_DIR)\keybd\LayMgr.reg" 
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Layouts\$(input_locale)] 
	"Matrix"="kbdmouse.dll" 
 
 
ENDIF BSP_NOKEYBD ! 
; @CESYSGEN ENDIF CE_MODULES_KEYBD 
 
; @CESYSGEN IF CE_MODULES_PCMCIA 
; @CESYSGEN ENDIF CE_MODULES_PCMCIA 
 
IF BSP_NOPWRBTN ! 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PBUT2410] 
    "Dll"="pwrbtn2410.dll" 
    "Prefix"="DSK" 
    "Index"=dword:2 
    "Order"=dword:2 
    "Ioctl"=dword:4 
    "FSD"= "fatfs.dll" 
ENDIF BSP_NOPWRBTN ! 
 
 
 
IF BSP_NOAUDIO ! 
; @CESYSGEN IF CE_MODULES_WAVEAPI 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Audio] 
   "Prefix"="WAV" 
   "Dll"="wavedev.dll" 
   "Index"=dword:1 
   "Order"=dword:0 
; @CESYSGEN ENDIF CE_MODULES_WAVEAPI 
 
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WAPIMAN\Clicks] 
	"ClickDLL"="WavClick.dll" 
	"KeyLoud"=dword:64 
	"KeySoft"=dword:65 
	"TouchLoud"=dword:66 
	"TouchSoft"=dword:67 
ENDIF BSP_NOAUDIO ! 
 
; usb host/device 
;----------------------------------------------------------------------start 
; USB Host 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\OHCI] 
	"Prefix"="HCD" 
	"Dll"="ohci.dll" 
	"Index"=dword:1 
	"Order"=dword:1 
	"UseExistingSettings"=dword:0 
	"Irq"=dword:01E 
	"memBase"=dword:B0900000 
	"Priority"=dword:255 
 
 
;IF BSP_NOUSBSER ! 
 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\USB] 
	"Dll"="sc2410_usb_ser.Dll" 
	"IoBase"=dword:B1200000 
	"Irq"=dword:B 
	"IoLen"=dword:130 
	"Tsp"="Unimodem.dll" 
	"DeviceArrayIndex"=dword:0 
	"Prefix"="COM" 
	"Order"=dword:2 
	"DeviceType"=dword:0 
	"FriendlyName"="SC2410 USB Cable:" 
; Eliminate flow control bit 
	"DevConfig"=hex: 10,00,00,00,05,00,00,00,00,01,00,00,00,4B,00,00,00,00,08,00,00,00,00,00,00 
 
[HKEY_LOCAL_MACHINE\Comm\USB\Linkage] 
	"Bind"=multi_sz:"SC2400USB1" 
     
[HKEY_LOCAL_MACHINE\Comm\SC2400USB] 
	"DisplayName"="SC2400 USB Driver" 
	"Group"="Serial" 
	"ImagePath"="sc2410_usb_ser.dll" 
 
[HKEY_LOCAL_MACHINE\Comm\SC2400USB\Linkage] 
	"Route"=multi_sz:"SC2400USB1" 
 
[HKEY_LOCAL_MACHINE\Comm\SC2400USB1\Parms] 
;ENDIF BSP_NOUSBSER ! 
;============= End of USB ================= 
; @CESYSGEN ENDIF CE_MODULES_USBD 
 
 
;=============== UART0 (physical COM1 connector P1) (Serial) =============== 
IF BSP_NOSERIAL ! 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SER2410] 
   "DeviceArrayIndex"=dword:0 
   "Irq"=dword:03 
   "IoBase"=dword:50000000 
   "IoLen"=dword:2C 
   "Prefix"="COM" 
   "Dll"="SER2410.Dll" 
   "Order"=dword:0 
   "Priority"=dword:0 
   "Port"="COM1:" 
   "DeviceType"=dword:0 
   "FriendlyName"="Serial Cable on COM1:" 
   "Tsp"="Unimodem.dll" 
   "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 BSP_NOSERIAL ! 
 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SER2410\Unimodem] 
   "Tsp"="Unimodem.dll" 
   "DeviceType"=dword:0 
   "FriendlyName"="SER2410 UNIMODEM" 
   "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 
 
; S2410 IrDA(UART2) 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IRDA2410] 
	"DeviceArrayIndex"=dword:1 
	"Irq"=dword:09 
	"IoBase"=dword:50008000 
	"IoLen"=dword:2C 
	"Prefix"="COM3" 
	"Dll"="IRDA2410.Dll" 
	"Order"=dword:0 
	"Priority"=dword:0 
	"Port"="COM3:" 
	"DeviceType"=dword:0  ; IRDA modem, 0 -> null modem 
	"FriendlyName"="S2410 IRDA2410" 
	"Index"=dword:2 
	"IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}" 
 
; Force IrCOMM & NDIS, which depend on serial, to loads load later. 
; This is because serial depends on utldrv. 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IrCOMM] 
   "Order"=dword:2 
 
;[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NDIS] 
;   "Order"=dword:2 
 
[HKEY_LOCAL_MACHINE\Comm\IrDA\Linkage] 
    "Bind"=multi_sz:"Irsir1" 
 
[HKEY_LOCAL_MACHINE\Comm\Irsir] 
   "DisplayName"=LOC_FRIENDLYINFRARED 
   "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:2 
   ; 0 = Use external dongle, 1 = Use internal IR 
   "IntIR"=dword:1 
   ; 0 = Internal transceiver, 1 = Extended Systems JetEye dongle 
   "TransceiverType"=dword:0 
 
;Connectoids 
[HKEY_LOCAL_MACHINE\Comm\DefaultConnections] 
	  "USB CONNECT"=multi_sz:"USB CONNECT","19200" 
	LOC_38400=multi_sz:"SER2410 UNIMODEM","38400" 
	LOC_115200=multi_sz:"SER2410 UNIMODEM","115200" 
	LOC_IR=multi_sz:LOC_FRIENDLYINFRARED,"115200" 
;	LOC_IR=multi_sz:"IRDA2410 UNIMODEM","115200" 
;	LOC_IR=multi_sz:LOC_DISPLAYNAME_COMM_IRSIR,"115200" 
	LOC_57600=multi_sz:"SER2410 UNIMODEM","57600" 
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
; Default Connection Setting  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
;Default Connectoid 
[HKEY_CURRENT_USER\ControlPanel\Comm] 
	"Cnct"="USB CONNECT" 
	"AutoCnct"=dword:00000001 
[HKEY_CURRENT_USER\Comm\RasBook\USB CONNECT] 
"DevCfg"=hex:\ 
      30,00,00,00,05,00,00,00,00,01,00,00,00,4b,00,00,00,00,08,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00 
"Entry"=hex:\ 
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,89,\ 
      ff,ff,ff,01,00,00,00,00,00,00,00,89,ff,ff,ff,76,ff,ff,ff,70,19,0f,00,4c,1b,\ 
      2b,08,76,ff,ff,ff,89,ff,ff,ff,10,1a,0f,00,f4,10,c0,02,00,00,00,00,01,00,00,\ 
      00,f8,00,00,00,84,ea,04,12,df,00,00,00,00,00,00,00,d8,6a,c0,02,98,00,00,00,\ 
      f7,00,00,00,df,00,00,00,f8,00,00,00,ad,00,00,00,9b,00,00,00,f7,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,10,1a,0f,00,00,00,00,00,70,19,0f,00,00,00,\ 
      00,00,20,4b,c0,02,10,1a,0f,00,00,00,00,00,00,00,00,00,00,00,00,00,aa,aa,aa,\ 
      aa,00,00,00,00,00,00,00,00,e0,01,00,00,df,fd,ff,ff,0b,00,07,0b,46,00,00,00,\ 
      01,00,00,00,c0,fb,ff,ff,00,00,00,00,ff,ff,00,00,00,00,ff,ff,00,00,00,00,01,\ 
      00,00,00,00,00,ff,00,20,4b,c0,02,10,1a,0f,00,01,00,00,00,34,f0,04,12,4c,1b,\ 
      2b,08,00,00,00,00,00,00,00,00,70,19,0f,00,04,00,00,00,00,00,00,00,10,70,c0,\ 
      02,e1,00,00,00,0c,01,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\ 
      00,65,00,63,00,74,00,00,00,00,00,a4,62,01,00,ca,27,05,12,ca,27,05,12,11,00,\ 
      00,00,70,1d,53,00,43,00,32,00,34,00,31,00,30,00,20,00,55,00,53,00,42,00,20,\ 
      00,43,00,61,00,62,00,6c,00,65,00,3a,00,00,00,00,00,34,f0,04,12,00,00,00,00,\ 
      50,1b,2b,08,fb,de,00,00,00,00,00,00,f0,f0,00,00,00,00,00,00,00,00,00,00,01,\ 
      00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,\ 
      ff,00,20,4b,c0,02,10,1a,0f,00,82,38,e1,af,2c,eb,04,12,24,eb,04,12,0c,81,f7,\ 
      03,f4,b2,f8,03,14,73,08,00,89,01,00,00,00,00,00,00,ca,27,05,12,00,00,00,00,\ 
      00,00,00,00,a8,0e,02,00,00,00,00,00,00,02,00,00,50,1b,2b,08,00,00,00,00,ca,\ 
      27,05,12,00,00,00,00,82,38,e1,af,00,00,00,00,14,73,08,00,00,00,00,00,d0,8e,\ 
      01,7c,90,09,00,00,00,00,00,00,11,00,00,00,80,10,00,00,89,01,00,00,d0,8e,01,\ 
      7c,00,00,00,00,f0,68,01,7c,00,00,00,00,ca,27,05,12,00,00,00,00,f0,68,01,7c,\ 
      01,00,00,00,6c,ca,01,00,89,01,00,00,00,00,01,7c,89,01,00,00,f4,ca,01,00,ca,\ 
      27,05,12,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,54,4b,f8,03,28,2e,05,00,10,1a,0f,00,ff,ff,00,00,d8,62,01,\ 
      00,80,88,01,7c,00,00,00,00,00,00,00,00,89,01,00,00,d0,8e,01,7c,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,e0,62,01,00,11,00,00,00,7c,cd,01,00,00,00,00,00,00,\ 
      00,00,00,98,00,00,00,f8,00,00,00,df,00,00,00,0a,01,00,00,ca,27,05,12,81,00,\ 
      00,00,90,aa,2a,08,1c,ec,04,12,94,fd,07,00,d0,8e,01,7c,89,01,00,00,00,00,00,\ 
      00,ca,27,05,12,90,aa,2a,08,0d,00,00,00,81,00,00,00,ca,27,05,12,ca,27,05,12,\ 
      00,8d,01,7c,34,0b,08,00,f8,00,00,00,22,ff,ff,ff,0a,01,00,00,69,ff,ff,ff,22,\ 
      ff,ff,ff,f7,fe,ff,ff,69,ff,ff,ff,09,ff,ff,ff,f7,fe,ff,ff,22,ff,ff,ff,09,ff,\ 
      ff,ff,69,ff,ff,ff,10,1a,0f,00,f4,10,c0,02,90,17,0f,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,06,5d,b8,2f,0d,00,00,00,ca,27,05,12,0c,81,f7,03,34,a3,f8,03,\ 
      00,00,00,00,0d,00,00,00,1c,09,02,00,e0,ec,04,12,e4,ec,04,12,0d,00,00,00,50,\ 
      0a,08,00,0d,00,00,00,00,00,00,00,ca,27,05,12,00,00,00,00,00,00,00,00,a8,0e,\ 
      02,00,e4,ec,04,12,dc,ec,04,12,e6,45,2c,00,00,00,00,00,ca,27,05,12,00,00,00,\ 
      00,82,38,e1,af,00,00,00,00,50,0a,08,00,00,00,00,00,00,8d,01,7c,ca,27,05,12,\ 
      0a,00,00,00,11,00,00,00,00,c8,ff,ff,0d,00,00,00,00,8d,01,7c,81,00,00,00,f0,\ 
      68,01,7c,00,00,00,00,d0,12,05,00,00,00,00,12,70,7f,f6,8f,0f,00,00,00,00,00,\ 
      00,00,c4,ab,dd,8f,80,62,02,8e,a8,f0,e1,8f,70,7f,f6,8f,0f,00,00,00,38,fe,00,\ 
      f0,88,ed,04,12,d8,d3,22,8c,0f,00,00,00,d0,12,05,00,c4,b3,00,f0,64,f0,04,12,\ 
      4e,00,00,00,00,00,00,00,00,00,00,00,80,88,01,7c,54,ef,04,12,1c,a8,22,8c,f1,\ 
      ec,ff,ff,00,00,00,00,00,00,00,00 
 
 
 
[HKEY_CURRENT_USER\Comm\RasBook\`115K @ SerialPort] 
"Entry"=hex:\ 
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,10,00,ec,6b,a9,02,f4,b3,a9,02,00,\ 
      00,00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,88,ec,10,00,f4,f2,0f,\ 
      00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,e4,e7,03,10,00,00,00,00,28,ec,03,10,\ 
      00,00,00,00,8c,ec,10,00,00,00,00,00,00,00,00,00,f0,aa,00,00,68,e7,03,10,00,\ 
      00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,80,e7,03,10,00,00,\ 
      00,00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,10,12,00,00,00,00,00,\ 
      00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,c0,18,0e,00,00,00,00,00,\ 
      58,e8,03,10,0d,0d,00,00,e0,01,00,00,ee,00,00,00,a4,00,00,00,c0,18,0e,00,1c,\ 
      10,a9,02,00,00,00,00,00,00,00,00,30,18,0e,00,c8,e8,03,10,00,00,00,00,1c,10,\ 
      a9,02,19,01,00,00,02,01,00,00,f0,00,00,00,ec,00,00,00,e4,e7,03,10,1c,10,a9,\ 
      02,40,6f,0f,00,02,00,00,00,60,27,0b,00,a2,a5,c3,4d,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\ 
      00,65,00,63,00,74,00,00,00,00,00,89,01,00,00,60,e0,07,00,1c,10,a9,02,00,00,\ 
      00,00,aa,aa,53,00,45,00,52,00,32,00,34,00,31,00,30,00,20,00,55,00,4e,00,49,\ 
      00,4d,00,4f,00,44,00,45,00,4d,00,00,00,02,00,00,00,2f,00,00,00,00,00,00,00,\ 
      07,00,00,00,c0,fb,ff,ff,0b,00,00,00,00,00,00,00,ff,ff,00,00,96,ad,dd,ad,50,\ 
      f8,ff,01,00,c8,ff,ff,f0,62,f8,03,e4,da,07,00,60,27,0b,00,a2,a5,c3,4d,00,00,\ 
      00,00,a4,e8,03,10,e4,da,07,00,e4,da,07,00,70,cf,03,00,cf,00,00,00,ea,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,dd,ad,e4,da,07,00,00,00,00,00,\ 
      00,00,00,10,10,00,00,00,25,00,00,00,00,00,00,00,20,50,0e,00,00,00,00,00,2a,\ 
      16,04,10,00,00,00,00,02,00,00,00,89,01,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,18,e9,03,10,2a,16,04,10,00,00,00,00,40,2c,10,0a,10,00,00,\ 
      00,a4,7b,01,00,2a,16,04,10,00,00,00,00,00,15,f8,03,10,00,00,00,b0,60,0f,00,\ 
      2a,16,04,10,89,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,20,\ 
      50,0e,00,00,00,00,00,0a,00,00,00,8c,e1,03,00,60,27,0b,00,a2,a5,c3,4d,00,00,\ 
      00,00,6c,e9,03,10,02,00,00,00,89,01,00,00,60,27,0b,00,a2,a5,c3,4d,80,e9,03,\ 
      10,60,57,01,00,60,27,0b,00,10,00,00,00,48,87,01,00,00,00,00,00,00,00,00,00,\ 
      a0,21,e6,01,04,21,a9,02,0e,a6,c3,4d,20,86,01,00,00,00,00,00,2a,16,04,10,2a,\ 
      16,04,10,02,00,00,00,c8,e9,03,10,d4,8f,07,00,b0,60,0f,00,89,01,00,00,02,00,\ 
      00,00,2a,16,04,10,0d,00,00,00,0d,00,00,00,81,00,00,00,2a,16,04,10,60,60,0f,\ 
      00,01,00,00,00,30,6d,0e,00,d4,ea,03,10,5c,72,07,00,08,6c,04,80,e4,b9,00,f0,\ 
      20,50,0e,00,00,00,00,00,00,00,00,00,0a,00,00,00,00,00,00,00,0a,00,00,00,f4,\ 
      3c,04,80,0a,00,00,00,00,00,00,00,10,00,00,00,00,c8,ff,ff,00,00,00,00,3c,13,\ 
      00,00,0e,a6,c3,4d,50,f8,ff,01,00,c8,ff,ff,d8,4f,f8,03,81,00,00,00,0d,00,00,\ 
      00,00,00,00,00,a0,d0,03,00,50,f8,ff,01,00,c8,ff,ff,2a,16,04,10,7c,71,07,00,\ 
      60,27,0b,00,a2,a5,c3,4d,00,00,00,00,70,ea,03,10,7c,71,07,00,7c,71,07,00,70,\ 
      cf,03,00,7c,ea,03,10,80,ea,03,10,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,\ 
      dd,ad,7c,71,07,00,2a,16,04,10,00,00,00,00,10,00,00,00,02,ff,ff,ff,0e,a6,c3,\ 
      4d,00,00,00,00,00,00,00,00,2a,16,04,10,00,00,00,00,81,00,00,00,0d,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,e4,ea,03,10,2a,16,04,10,00,\ 
      00,00,00,40,2c,10,0a,10,00,00,00,a4,7b,01,00,2a,16,04,10,00,00,00,00,00,00,\ 
      00,00,2c,eb,03,10,00,00,00,00,00,00,00,10,a4,66,04,80,0f,00,00,00,00,00,00,\ 
      00,c4,b3,00,f0,00,00,00,00,78,ee,03,10,00,00,00,00,00,00,00,00,78,ee,03,10,\ 
      90,0e,04,00,20,50,0e,00,c8,3c,04,80,f1,ec,ff,ff,00,00,00,00,10,00,00,00,00,\ 
      c8,ff,ff,e4,64,fa,03,00,00,00,00 
"DevCfg"=hex:\ 
      10,00,00,00,05,00,00,00,10,01,00,00,00,c2,01,00,00,00,08,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00 
 
[HKEY_CURRENT_USER\Comm\RasBook\`19200 @ SerialPort] 
"DevCfg"=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,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00 
"Entry"=hex:\ 
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,10,00,ec,6b,a9,02,7d,00,00,00,f0,\ 
      00,00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,28,69,10,00,f0,f0,00,\ 
      00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,e4,e7,03,16,00,00,00,00,28,ec,03,16,\ 
      00,00,00,00,2c,69,10,00,00,00,00,00,00,00,00,00,f0,aa,00,00,68,e7,03,16,00,\ 
      00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,80,e7,03,16,00,00,\ 
      00,00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,81,00,00,00,00,00,00,\ 
      00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,0f,00,00,00,7d,00,00,00,\ 
      f0,00,00,00,8d,00,00,00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,c0,18,0e,00,1c,\ 
      10,a9,02,74,e7,03,16,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,1c,10,\ 
      a9,02,a8,e8,03,16,00,00,00,00,01,00,00,00,01,00,00,00,e4,e7,03,16,1c,10,a9,\ 
      02,30,82,2b,00,02,00,00,00,60,27,0b,00,76,51,cc,ad,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\ 
      00,65,00,63,00,74,00,00,00,00,00,89,01,00,00,60,e0,07,00,1c,10,a9,02,00,00,\ 
      00,00,aa,aa,53,00,45,00,52,00,32,00,34,00,31,00,30,00,20,00,55,00,4e,00,49,\ 
      00,4d,00,4f,00,44,00,45,00,4d,00,00,00,02,00,00,00,2f,00,00,00,00,00,00,00,\ 
      07,00,00,00,c0,fb,ff,ff,0b,00,00,00,00,00,00,00,ff,ff,00,00,96,ad,dd,ad,50,\ 
      f8,ff,01,00,c8,ff,ff,f0,62,f8,03,e4,da,07,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,a4,e8,03,16,e4,da,07,00,e4,da,07,00,70,cf,03,00,cf,00,00,00,ea,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,dd,ad,e4,da,07,00,00,00,00,00,\ 
      00,00,00,16,10,00,00,00,25,00,00,00,00,00,00,00,60,c5,2d,00,00,00,00,00,9a,\ 
      49,04,16,00,00,00,00,02,00,00,00,89,01,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,18,e9,03,16,9a,49,04,16,00,00,00,00,30,3c,10,0a,10,00,00,\ 
      00,a4,7b,01,00,9a,49,04,16,00,00,00,00,00,15,f8,03,10,00,00,00,20,e6,2d,00,\ 
      9a,49,04,16,89,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,60,\ 
      c5,2d,00,00,00,00,00,0a,00,00,00,8c,e1,03,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,6c,e9,03,16,02,00,00,00,89,01,00,00,60,27,0b,00,76,51,cc,ad,80,e9,03,\ 
      16,60,57,01,00,60,27,0b,00,10,00,00,00,48,87,01,00,00,00,00,00,00,00,00,00,\ 
      a0,21,e6,01,04,21,a9,02,8a,76,c2,ad,20,86,01,00,00,00,00,00,9a,49,04,16,9a,\ 
      49,04,16,02,00,00,00,c8,e9,03,16,d4,8f,07,00,20,e6,2d,00,89,01,00,00,02,00,\ 
      00,00,9a,49,04,16,0d,00,00,00,0d,00,00,00,81,00,00,00,9a,49,04,16,40,d8,2d,\ 
      00,01,00,00,00,10,d6,2d,00,d4,ea,03,16,5c,72,07,00,08,6c,04,80,e4,b9,00,f0,\ 
      60,c5,2d,00,00,00,00,00,00,00,00,00,0a,00,00,00,00,00,00,00,0a,00,00,00,f4,\ 
      3c,04,80,0a,00,00,00,00,00,00,00,10,00,00,00,00,c8,ff,ff,00,00,00,00,3c,13,\ 
      00,00,8a,76,c2,ad,50,f8,ff,01,00,c8,ff,ff,d8,4f,f8,03,81,00,00,00,0d,00,00,\ 
      00,00,00,00,00,a0,d0,03,00,50,f8,ff,01,00,c8,ff,ff,9a,49,04,16,7c,71,07,00,\ 
      60,27,0b,00,76,51,cc,ad,00,00,00,00,70,ea,03,16,7c,71,07,00,7c,71,07,00,70,\ 
      cf,03,00,7c,ea,03,16,80,ea,03,16,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,\ 
      dd,ad,7c,71,07,00,9a,49,04,16,00,00,00,00,10,00,00,00,02,ff,ff,ff,8a,76,c2,\ 
      ad,00,00,00,00,00,00,00,00,9a,49,04,16,00,00,00,00,81,00,00,00,0d,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,e4,ea,03,16,9a,49,04,16,00,\ 
      00,00,00,30,3c,10,0a,10,00,00,00,a4,7b,01,00,9a,49,04,16,00,00,00,00,00,00,\ 
      00,00,2c,eb,03,16,00,00,00,00,00,00,00,16,a4,66,04,80,0f,00,00,00,00,00,00,\ 
      00,c4,b3,00,f0,00,00,00,00,78,ee,03,16,00,00,00,00,00,00,00,00,78,ee,03,16,\ 
      00,42,04,00,60,c5,2d,00,c8,3c,04,80,f1,ec,ff,ff,00,00,00,00,10,00,00,00,00,\ 
      c8,ff,ff,e4,64,fa,03,00,00,00,00 
 
[HKEY_CURRENT_USER\Comm\RasBook\`38400 @ SerialPort] 
"DevCfg"=hex:\ 
      10,00,00,00,05,00,00,00,10,01,00,00,00,96,00,00,00,00,08,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00 
"Entry"=hex:\ 
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,10,00,ec,6b,a9,02,7d,00,00,00,f0,\ 
      00,00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,28,c4,10,00,f0,f0,00,\ 
      00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,e4,e7,03,16,00,00,00,00,28,ec,03,16,\ 
      00,00,00,00,2c,c4,10,00,00,00,00,00,00,00,00,00,f0,aa,00,00,68,e7,03,16,00,\ 
      00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,80,e7,03,16,00,00,\ 
      00,00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,81,00,00,00,00,00,00,\ 
      00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,0f,00,00,00,7d,00,00,00,\ 
      f0,00,00,00,8d,00,00,00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,c0,18,0e,00,1c,\ 
      10,a9,02,74,e7,03,16,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,1c,10,\ 
      a9,02,a8,e8,03,16,00,00,00,00,01,00,00,00,01,00,00,00,e4,e7,03,16,1c,10,a9,\ 
      02,30,82,2b,00,02,00,00,00,60,27,0b,00,76,51,cc,ad,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\ 
      00,65,00,63,00,74,00,00,00,00,00,89,01,00,00,60,e0,07,00,1c,10,a9,02,00,00,\ 
      00,00,aa,aa,53,00,45,00,52,00,32,00,34,00,31,00,30,00,20,00,55,00,4e,00,49,\ 
      00,4d,00,4f,00,44,00,45,00,4d,00,00,00,02,00,00,00,2f,00,00,00,00,00,00,00,\ 
      07,00,00,00,c0,fb,ff,ff,0b,00,00,00,00,00,00,00,ff,ff,00,00,96,ad,dd,ad,50,\ 
      f8,ff,01,00,c8,ff,ff,f0,62,f8,03,e4,da,07,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,a4,e8,03,16,e4,da,07,00,e4,da,07,00,70,cf,03,00,cf,00,00,00,ea,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,dd,ad,e4,da,07,00,00,00,00,00,\ 
      00,00,00,16,10,00,00,00,25,00,00,00,00,00,00,00,20,e6,2d,00,00,00,00,00,ca,\ 
      37,04,16,00,00,00,00,02,00,00,00,89,01,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,18,e9,03,16,ca,37,04,16,00,00,00,00,30,3c,10,0a,10,00,00,\ 
      00,a4,7b,01,00,ca,37,04,16,00,00,00,00,00,15,f8,03,10,00,00,00,30,4b,2b,00,\ 
      ca,37,04,16,89,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,20,\ 
      e6,2d,00,00,00,00,00,0a,00,00,00,8c,e1,03,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,6c,e9,03,16,02,00,00,00,89,01,00,00,60,27,0b,00,76,51,cc,ad,80,e9,03,\ 
      16,60,57,01,00,60,27,0b,00,10,00,00,00,48,87,01,00,00,00,00,00,00,00,00,00,\ 
      a0,21,e6,01,04,21,a9,02,8a,76,c2,ad,20,86,01,00,00,00,00,00,ca,37,04,16,ca,\ 
      37,04,16,02,00,00,00,c8,e9,03,16,d4,8f,07,00,30,4b,2b,00,89,01,00,00,02,00,\ 
      00,00,ca,37,04,16,0d,00,00,00,0d,00,00,00,81,00,00,00,ca,37,04,16,e0,4a,2b,\ 
      00,01,00,00,00,80,0d,2b,00,d4,ea,03,16,5c,72,07,00,08,6c,04,80,e4,b9,00,f0,\ 
      20,e6,2d,00,00,00,00,00,00,00,00,00,0a,00,00,00,00,00,00,00,0a,00,00,00,f4,\ 
      3c,04,80,0a,00,00,00,00,00,00,00,10,00,00,00,00,c8,ff,ff,00,00,00,00,3c,13,\ 
      00,00,8a,76,c2,ad,50,f8,ff,01,00,c8,ff,ff,d8,4f,f8,03,81,00,00,00,0d,00,00,\ 
      00,00,00,00,00,a0,d0,03,00,50,f8,ff,01,00,c8,ff,ff,ca,37,04,16,7c,71,07,00,\ 
      60,27,0b,00,76,51,cc,ad,00,00,00,00,70,ea,03,16,7c,71,07,00,7c,71,07,00,70,\ 
      cf,03,00,7c,ea,03,16,80,ea,03,16,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,\ 
      dd,ad,7c,71,07,00,ca,37,04,16,00,00,00,00,10,00,00,00,02,ff,ff,ff,8a,76,c2,\ 
      ad,00,00,00,00,00,00,00,00,ca,37,04,16,00,00,00,00,81,00,00,00,0d,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,e4,ea,03,16,ca,37,04,16,00,\ 
      00,00,00,30,3c,10,0a,10,00,00,00,a4,7b,01,00,ca,37,04,16,00,00,00,00,00,00,\ 
      00,00,2c,eb,03,16,00,00,00,00,00,00,00,16,a4,66,04,80,0f,00,00,00,00,00,00,\ 
      00,c4,b3,00,f0,00,00,00,00,78,ee,03,16,00,00,00,00,00,00,00,00,78,ee,03,16,\ 
      30,30,04,00,20,e6,2d,00,c8,3c,04,80,f1,ec,ff,ff,00,00,00,00,10,00,00,00,00,\ 
      c8,ff,ff,e4,64,fa,03,00,00,00,00 
 
[HKEY_CURRENT_USER\Comm\RasBook\`57600 @ SerialPort] 
"DevCfg"=hex:\ 
      10,00,00,00,05,00,00,00,10,01,00,00,00,e1,00,00,00,00,08,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00 
"Entry"=hex:\ 
      08,02,40,00,00,00,00,00,00,00,00,00,00,00,0e,00,ec,6b,a9,02,f4,b3,a9,02,00,\ 
      00,00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,00,00,00,00,30,18,0e,00,00,00,00,00,c8,5b,0e,00,24,87,10,\ 
      00,fc,4a,a9,02,c0,18,0e,00,00,00,00,00,e4,e7,03,16,00,00,00,00,28,ec,03,16,\ 
      00,00,00,00,cc,5b,0e,00,00,00,00,00,00,00,00,00,f0,aa,00,00,68,e7,03,16,00,\ 
      00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,80,e7,03,16,00,00,\ 
      00,00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,10,12,00,00,00,00,00,\ 
      00,00,00,00,00,0d,00,00,00,0c,00,00,00,00,00,00,00,c0,18,0e,00,00,00,00,00,\ 
      58,e8,03,16,0d,0d,00,00,e0,01,00,00,00,00,00,00,07,00,00,00,c0,18,0e,00,1c,\ 
      10,a9,02,00,00,00,00,dc,e7,03,16,c8,5b,0e,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,07,00,00,00,0c,00,00,00,f6,00,00,00,e4,e7,03,16,1c,10,a9,\ 
      02,30,82,2b,00,02,00,00,00,60,27,0b,00,76,51,cc,ad,00,00,00,00,00,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,64,00,69,00,72,\ 
      00,65,00,63,00,74,00,00,00,00,00,89,01,00,00,60,e0,07,00,00,00,00,00,00,00,\ 
      00,00,aa,aa,53,00,45,00,52,00,32,00,34,00,31,00,30,00,20,00,55,00,4e,00,49,\ 
      00,4d,00,4f,00,44,00,45,00,4d,00,00,00,02,00,00,00,2f,00,00,00,00,00,00,00,\ 
      07,00,00,00,c0,fb,ff,ff,0b,00,00,00,00,00,00,00,ff,ff,00,00,96,ad,dd,ad,50,\ 
      f8,ff,01,00,c8,ff,ff,f0,62,f8,03,e4,da,07,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,a4,e8,03,16,e4,da,07,00,e4,da,07,00,70,cf,03,00,cf,00,00,00,ea,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,dd,ad,e4,da,07,00,00,00,00,00,\ 
      00,00,00,16,10,00,00,00,25,00,00,00,00,00,00,00,30,7c,2b,00,00,00,00,00,ba,\ 
      25,04,16,00,00,00,00,02,00,00,00,89,01,00,00,00,00,00,00,00,00,00,00,00,00,\ 
      00,00,01,00,00,00,18,e9,03,16,ba,25,04,16,00,00,00,00,30,3c,10,0a,10,00,00,\ 
      00,a4,7b,01,00,ba,25,04,16,00,00,00,00,00,15,f8,03,10,00,00,00,e0,9c,2b,00,\ 
      ba,25,04,16,89,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,30,\ 
      7c,2b,00,00,00,00,00,0a,00,00,00,8c,e1,03,00,60,27,0b,00,76,51,cc,ad,00,00,\ 
      00,00,6c,e9,03,16,02,00,00,00,89,01,00,00,60,27,0b,00,76,51,cc,ad,80,e9,03,\ 
      16,60,57,01,00,60,27,0b,00,10,00,00,00,48,87,01,00,00,00,00,00,00,00,00,00,\ 
      a0,21,e6,01,04,21,a9,02,8a,76,c2,ad,20,86,01,00,00,00,00,00,ba,25,04,16,ba,\ 
      25,04,16,02,00,00,00,c8,e9,03,16,d4,8f,07,00,e0,9c,2b,00,89,01,00,00,02,00,\ 
      00,00,ba,25,04,16,0d,00,00,00,0d,00,00,00,81,00,00,00,ba,25,04,16,90,9c,2b,\ 
      00,01,00,00,00,60,9a,2b,00,d4,ea,03,16,5c,72,07,00,08,6c,04,80,e4,b9,00,f0,\ 
      30,7c,2b,00,00,00,00,00,00,00,00,00,0a,00,00,00,00,00,00,00,0a,00,00,00,f4,\ 
      3c,04,80,0a,00,00,00,00,00,00,00,10,00,00,00,00,c8,ff,ff,00,00,00,00,3c,13,\ 
      00,00,8a,76,c2,ad,50,f8,ff,01,00,c8,ff,ff,d8,4f,f8,03,81,00,00,00,0d,00,00,\ 
      00,00,00,00,00,a0,d0,03,00,50,f8,ff,01,00,c8,ff,ff,ba,25,04,16,7c,71,07,00,\ 
      60,27,0b,00,76,51,cc,ad,00,00,00,00,70,ea,03,16,7c,71,07,00,7c,71,07,00,70,\ 
      cf,03,00,7c,ea,03,16,80,ea,03,16,00,00,00,00,00,00,00,00,00,00,00,00,96,ad,\ 
      dd,ad,7c,71,07,00,ba,25,04,16,00,00,00,00,10,00,00,00,02,ff,ff,ff,8a,76,c2,\ 
      ad,00,00,00,00,00,00,00,00,ba,25,04,16,00,00,00,00,81,00,00,00,0d,00,00,00,\ 
      00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,e4,ea,03,16,ba,25,04,16,00,\ 
      00,00,00,30,3c,10,0a,10,00,00,00,a4,7b,01,00,ba,25,04,16,00,00,00,00,00,00,\ 
      00,00,2c,eb,03,16,00,00,00,00,00,00,00,16,a4,66,04,80,0f,00,00,00,00,00,00,\ 
      00,c4,b3,00,f0,00,00,00,00,78,ee,03,16,00,00,00,00,00,00,00,00,78,ee,03,16,\ 
      20,1e,04,00,30,7c,2b,00,c8,3c,04,80,f1,ec,ff,ff,00,00,00,00,10,00,00,00,00,\ 
      c8,ff,ff,e4,64,fa,03,00,00,00,00 
    
;=========== End of UART(Serial) =============== 
 
 
IF BSP_CS8900 
;================= CS8900 ================= 
[HKEY_LOCAL_MACHINE\Drivers\CS8900] 
   "Dll"="ndis.dll" 
   "Prefix"="NDS" 
   "Miniport"="CS8900" 
 
[HKEY_LOCAL_MACHINE\Comm\CS8900] 
   "DisplayName"="CS8900" 
   "Group"="NDIS" 
   "ImagePath"="CS8900.dll" 
 
[HKEY_LOCAL_MACHINE\Comm\CS8900\Linkage] 
   "Route"=multi_sz:"CS89001" 
 
[HKEY_LOCAL_MACHINE\Comm\CS89001] 
   "DisplayName"="CS8900" 
   "Group"="NDIS" 
   "ImagePath"="CS8900.dll" 
 
[HKEY_LOCAL_MACHINE\Comm\CS89001\Parms] 
   "BusNumber"=dword:0 
   "BusType"=dword:0 
   "InterruptNumber"=dword:0A 
   "Sysintr"=dword:1A 
   "DuplexMode"=dword:1 
   "IoBaseAddress"=dword:A7000300 
   "Transceiver"=dword:3 
   "CardType"=dword:1 
 
[HKEY_LOCAL_MACHINE\Comm\CS89001\Parms\TcpIp] 
   "EnableDHCP"=dword:0 
   "DefaultGateway"="192.168.1.1" 
   "LLInterface"="" 
   "UseZeroBroadcast"=dword:0 
   "IpAddress"="192.168.1.100" 
   "Subnetmask"="255.255.255.0" 
   "DNS"="192.168.1.1" 
 
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage] 
   "Bind"="CS89001" 
;============= End of CS8900 ================= 
ENDIF 
 
 
 
; 
; 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 
 
; 
; Entries to load the block driver that BINFS uses 
; This is dependent on what device is used 
; 
 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\FlashDrv] 
	"Prefix"="DSK" 
	"Dll"="FLASHDRV.dll" 
	"FSD"="FATFS.DLL"	 
	"Order"=dword:0 
	"Ioctl"=dword:4 
	"Profile"="FlashDrv" 
	"FriendlyName"="MS Flash Driver" 
	"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}" 
 
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv] 
	"Folder"="ResidentFlash" 
	"Name"="Microsoft Flash Disk" 
 
 
; Keep FATFS from trying to shadow \Windows 
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv\FATFS] 
	"MountFlags"=dword:2 
 
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS] 
    "FriendlyName"="FAT FileSystem" 
    "Dll"="fatfsd.dll" 
    "Flags"=dword:00000024 
    "Paging"=dword:1 
    "CacheSize"=dword:0 
 
 
IF TODO 
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\Relfsd] 
    "Dll"="relfsd.dll" 
    "Paging"=dword:0 
    "LoadFlags"=dword:1 
ENDIF TODO 
 
;--------------------------------------------------------------------- 
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
; charlie, SDIO 
    ; two step load process, the bus driver will perform it's 
    ; own ActivateDevice call in the Entry point provided 
    ; this way the driver even though it is a Builtin device, it can be unloaded 
[HKEY_LOCAL_MACHINE\Drivers\Builtin\SDBusDriver] 
   "Order"=dword:20 
   "Dll"="SDBusDriver.dll" 
   "Entry"="SDBusDriverStartUp" 
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\SDBusDriver] 
   "Order"=dword:20 
   "Dll"="SDBusDriver.dll" 
   "Prefix"="SDC" 
   "ThreadPriority"=dword:64     ; default thread priority for dispatch thread 
   "RequestListDepth"=dword:30   ; pre-allocated requests  
   ;"ZoneMask"=dword:e01d        ; example zone mask 
 
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SDMemory] 
    "Name"="SD Memory Card" 
    "Folder"="Storage Card" 
;    "PartitionDriver"=""          ; removable storage cannot have partitions 
 
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MMC] 
    "Name"="MMC Card" 
    "Folder"="Storage Card" 
;    "PartitionDriver"=""          ; removable storage cannot have partitions 
 
    ; SD Memory Storage class driver  
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class] 
   "Dll"="SDMemory.dll" 
   "Prefix"="DSK" 
   "FSD"="FATFS.DLL" 
   "IOCTL"=dword:4             ; DISK_IOCTL_INITIALIZE, sent to driver by DeviceManager 
   "BlockTransferSize"=dword:40 ; Send no more than 64 blocks of data per bus transfer 
   ;"SingleBlockWrites"=dword:1 ; alternatively force the driver to use single block access 
 
   "Profile"="SDMemory" 
   "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}",    
                     "{A32942B7-920C-486b-B0E6-92A702A99B35}"   
    ; MMC Storage Class Driver 
 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\MMC_Class] 
   "Dll"="SDMemory.dll" 
   "Prefix"="DSK"   
   "FSD"="FATFS.DLL" 
   "IOCTL"=dword:4             ; DISK_IOCTL_INITIALIZE, sent to driver by DeviceManager 
   "BlockTransferSize"=dword:40 ; Send no more than 64 blocks of data per bus transfer 
   ;"SingleBlockWrites"=dword:1 ; alternatively force the driver to use single block access 
 
   "Profile"="MMC" 
  "IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}",  
                    "{A32942B7-920C-486b-B0E6-92A702A99B35}"  
 
 
   ; setting for SD bus driver to load driver 
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\HostControllers\SDSC] 
   "Dll"="SDCSDCard.dll" 
   "Prefix"="SDC"