对于CreateFileMapping函数,MSDN里面提到:
This function will not work on a Windows CE–based platform that does not support demand paging.
而demand paging的禁使能是在config.bib里面配置的,你查查ROMFLAGS的定义。
Flag Description
0x00000001 Demand paging is disabled.
0x00000002 Disable full-kernel mode.
0x00000010 Trust only modules from the ROM MODULES section.
0x00000020 Use this flag to stop flushing soft TLB (x86 only).
0x00000040 Honor the /base linker setting for DLLs.
详情回复
发表于 2010-4-7 14:03
对于CreateFileMapping函数,MSDN里面提到:
This function will not work on a Windows CE–based platform that does not support demand paging.
而demand paging的禁使能是在config.bib里面配置的,你查查ROMFLAGS的定义。
Flag Description
0x00000001 Demand paging is disabled.
0x00000002 Disable full-kernel mode.
0x00000010 Trust only modules from the ROM MODULES section.
0x00000020 Use this flag to stop flushing soft TLB (x86 only).
0x00000040 Honor the /base linker setting for DLLs.