[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re : How can I access kernel data in user space ?
- Subject: Re : How can I access kernel data in user space ?
- From: "Vimal Mathew" <m_vimal@xxxxxxxxxxx>
- Date: Wed, 21 Jul 1999 23:12:19 PDT
Hi,
If your question is "How does your kernel-domain stuff communicate
with your user-domain stuff", then the answer could be
1) Setup some kind of file(in proc filesystem,character device etc.)
2) add/modify a system call
3) Other ways (ones I dont know about)
- -
You could also use this to pass parameters to your kernel-domain
stuff (make your proc file support write also). There is also a way
to pass arguments to your kernel-module (if it is one) while loading
it.
Bye,
Vimal Mathew
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------