Share via


Command Line Parameters for the Kernel BVT Test (Windows Embedded CE 6.0)

1/6/2010

The Kernel BVT Test runs the s tux -o -d krnlbasebvt command line on default execution. The following table shows the optional command line parameters for the Kernel BVT Test.

Command line parameter Description

/v:num

num is a positive integer that is multiplied by page size to allocate memory using VirtualAlloc. Default value is 15.

/l:num

num is a positive integer that is multiplied by page size to allocate memory using LocalAlloc. Default value is 4.

/p:numOfBytes

Number of bytes to be allocated using HeapAlloc. Default is 256.

/d:dirName

Directory for the file IOTest. Default is iobvt.dir

/f:fileName

Filename for the File IOTest. Default is iobvt.txt

See Also

Other Resources

Kernel BVT Test