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
___
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
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,
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
__
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