Being Asynchronous with other code….
Sir, Please tell a way to improve my vocublery?
Working fine with more than 1 lkm. Able to write data on device from scull.
Working fine for singal Writer(Machine 1), Singal Reader(Machine 2), open/close file(Machine 3), and server(Machine 4). using sockets for IPC.
Sir, if there is nothing to return or 0 to return from a read_proc function, then it is being involked for one time only. But if we return some value like 30 or 40 or No_of_bytes written, then read_proc is … Continue reading
Implemented create_proc_entry AND create_proc_read_entry successfully. read_proc successfully mapped and working on opening /proc/my_file… Also writing into the file. And reading the contents.
Running 100 applications in background writing and reading on Device… working absolutely fine.
Implemented Driver Initialization Algo. Able to run my own open() function in module.
Implemented driver again… implemented sockets using iNET and able to chat between two systems..
Implemented Drivers (Initialization & Registration), Implemented Posix Threads.