yes windows ce 6.0 has improved memory protection mechanims.
So you have to be kernel mode driver to access the registry.
Its prety easy. You just need to create a driver DLL and set the
registry entries under HKLM\Drivers\Builtin
On Aug 4, 2:43 pm, M. Essig <MEs...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi all,
I currently port an application from WindowsCE 5 to CE 6.
In this application we need access to several hardware. SRAM and dual ported
RAM.
In CE 5 I do this by mapping the physical address of this hardware into my
virtual memory with MmMapIoSpace().
But this is not possible with CE 6 anymore.
Is there another way to do something like this or have I to build my
complete application in kernel mode.
Re: List of available C library functions? ... TCHAR doesn't exist b/c a kernel mode driver cannot be recompiled to be ANSI ... > Well HAL or anything else don't contain CRT functions.... > user-mode counterparts from ntdll in a code written for NT4.... (microsoft.public.win32.programmer.kernel)
Re: How to precisely control timing write I/O to lpt with driver? ... I don't think such things are possible in Windows at all. ... > I had compiled and modified a kernel mode parallel port driver,... Sometime the delay appear longer, though most of the time it works ... > Is there any method in kernel mode driver, that I can hog the CPU processing ... (microsoft.public.development.device.drivers)
Re: How to protect HKEY_LOCAL_MACHINE keys from user mode access under CE6? ... The ability to write to the registry has nothing to do with user vs ... there were certain registry keys that could not be accessed by untrusted ... I work with CE6 and would like to protect all HKEY_LOCAL_MACHINE ... CE6 distinguishes between user and kernel mode,... (microsoft.public.windowsce.platbuilder)
How to precisely control timing write I/O to lpt with driver? ... can someone tell me how to precisely control timing to write I/O out to Lpt ... I had compiled and modified a kernel mode parallel port driver,... Sometime the delay appear longer, though most of the time it works ... Is there any method in kernel mode driver, that I can hog the CPU processing ... (microsoft.public.development.device.drivers)
Re: WinCE 6.0 Kernel Mode Driver IST ... The link is misleading at best. ... The rest of your question isn't relevant, since a kernel mode driver IST... If so what are the advantages and disadvantages of running Kernel Mode ... (microsoft.public.windowsce.platbuilder)