Skip to main content
Visitor II
June 21, 2004
Question

Hive Based Registry for STPC SBC using WinCE

  • June 21, 2004
  • 2 replies
  • 771 views
Posted on June 21, 2004 at 13:44

Hive Based Registry for STPC SBC using WinCE

    This topic has been closed for replies.

    2 replies

    amitb_4Author
    Visitor II
    June 2, 2004
    Posted on June 02, 2004 at 12:23

    I have Developed a platform using WinCE for STPC x86 based SBC. When I change the Storage Registry from RAM based to Hive Based the plateform is not a bootable in SBC. Can anybody tell me about that metter? Is there any change required in the files. I take the tools from that available in WinCE4.2 version.

    [ This message was edited by: AmitB on 02-06-2004 15:53 ]
    Visitor II
    June 21, 2004
    Posted on June 21, 2004 at 13:44

    G'day

    Check out the platform.reg. Do you have the right things in the hive boot section? As much I remember I had to do just some changes in [HKEY_LOCAL_MACHINE\init\BootVars]. The following stuff shut be in hive boot section:

    - [HKEY_LOCAL_MACHINE\init\BootVars]

    - [HKEY_LOCAL_MACHINE\Drivers\Resources\IRQ

    - [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI]

    - #include ''$(DRIVERS_DIR)\block\atapi\ALI1543.reg''

    - #include ''$(DRIVERS_DIR)\block\msflashfmd\sdnpci\sdnpcid\sdnpcid.reg''

    - [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Atapi]

    Does someone have some experience with putting the system.hv on a Static RAM instead the IDE- Drive? (in WinCE 4.2)

    Chris

    *** parts of platform.reg ***

    ; @CESYSGEN IF FILESYS_FSREGHIVE

    ; HIVE BOOT SECTION

    ; 2003-07-11: changes

    [HKEY_LOCAL_MACHINE\init\BootVars]

    ''SYSTEMHIVE''=''Documents and Settings\\system.hv''

    ''PROFILEDIR''=''Documents and Settings''

    ;''PROFILEDIR''=''Documents and Settings portrait''

    ''Start DevMgr''=dword:1

    ''DefaultUser''=''User''

    ; : end of changes

    ; END HIVE BOOT SECTION

    ; @CESYSGEN ENDIF FILESYS_FSREGHIVE

    [ This message was edited by: chris_s on 23-06-2004 15:40 ]