Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

mdriver_max

Global variable in startup

Synopsis:

unsigned mdriver_max;

Description:

The mdriver_max is a global variable in startup in the file mdriver_max.c. Since most of the time spent in startup is copying the OS image from flash to RAM, this value is the amount of data (in bytes) to copy between iterations of your minidriver handler function. You may need to modify this value based on the timing requirements of your driver.

The entry looks like:

unsigned mdriver_max = KILO(16);

Classification:

QNX Neutrino