Hi, I have got a problem on my NT 4.0 driver.
I have to load 2.7Mb files into memory by calling
MmAllocateContinuousMemory() and pass the memory address to the underlying
VxWorks driver. The problem is that the system prompts the Insufficient
memory resources when I load the driver in the second time. Does anyone have
some idea about that?
Thanks.