EmbLogic's Blog

Author Archives: nimishek.sharma

USB core

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 →

Posted in Uncategorized | 1 Comment

project

project completed….!

Posted in Uncategorized | Leave a comment

assignments related to char driver..

reading/writing for mutiple quantum , reading/writing for different application , trimming , mutiple threaded application without using semaphore, lssek for linear quantum, thread semaphores complete

Posted in Uncategorized | Leave a comment

device driver

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 . .

Posted in Uncategorized | 1 Comment

sockets

implemented client server…. now on threads..

Posted in Uncategorized | Leave a comment

shared memory

project complete…..

Posted in Uncategorized | Leave a comment

cant understand the output of

float a,b; b=2.0e20+1; a=b-2.0e20;  

Posted in Uncategorized | Leave a comment