Hello,
Here is the platform I'm working with. They have 2 ide devices. One is
a DOM or flash based storage with an ide interface. I'm using that to
boot the nk.bin from. I'm using the x86 bios boot loader. The second
ide device is a hard drive. The DOM shows up as "hard disk" in windows
ce 5.0 when it's booted and the hard drive shows up in windows ce 5.0 as
"hard disk2". They are both sharing the common storage manager profile
HDProfile to mount the partition on each one of them in windows ce 5.0.
Now I want to use the hive-based registry and store the changes to the
system hive registry on the DOM as system.hv. I put this into platform.reg:
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Hard Disk\\SYSTEM.HV"
I also put this into my platform's main .bat file as told in the windows
ce 5.0 live chat today by one of the developers:
set PRJ_ENABLE_REGFLUSH_THREAD=1
set PRJ_ENABLE_FSREGHIVE=1
set PRJ_BOOTDEVICE_ATAPI=1
Yet it isn't booting at all for me now into windows ce 5.0. What can I
do to enable this?