sir ,last days dicussion was mostly depended on the windows.i want to know whether the working of usb core in linux is same as in windows, if yes then please explain me the working of khubd(a thread) in usb subsystem … Continue reading
reading/writing for mutiple quantum , reading/writing for different application , trimming , mutiple threaded application without using semaphore, lssek for linear quantum, thread semaphores complete
my progranm of simple device driver is correct… but when i give make command it generate following errors… make -C /lib/modules/3.2.2-1.fc16.i686/build M=/home/nishu/Documents/device_driver modules make: *** /lib/modules/3.2.2-1.fc16.i686/build: No such file or directory. Stop. make: *** [default] Error 2 . .
float a,b; b=2.0e20+1; a=b-2.0e20;