smp kernel

2003-03-17 Thread d deepak
Hi all, which is the most stable smp kernel ? and on which version of RH ? thnaks in advance deepak __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com ___

RE: Sending info to user process from kernel

2002-07-10 Thread d deepak
tion. > > > Best of luck, > John Matthews > > P.S. If you get really stuck with the netlink > socket I could send you some > of my source code I wrote when learning how to use > it. > > > > > -Original Message- > From: d

Re: Sending info to user process from kernel

2002-07-03 Thread d deepak
cally are you trying to do? > > The easiest way to do this is probably copy_to_user, > but it would be more > useful if you said what you were trying to do. > > Jon > > On Tue, 2 Jul 2002, d deepak wrote: > > > Hi all, > > > > I am new to Linux,

Sending info to user process from kernel

2002-07-02 Thread d deepak
Hi all, I am new to Linux, my requirement is to send some data from kernel module to a user program asynchronouslly. Colud any of u please tell me which is the easiest way to do this. It would be great if u can send some sample code. thanks in advance deepak __

Question on Linux kernel programming

2002-06-22 Thread d deepak
Hi All, I am new to linux, my requirement is I have to send data from kernel to a process and it should be asyncronous, ie, process will be doing something and when the kernerl receives data from I/O ports, (UART in our case) it has to inform the process. It would be great if you can send the sam