Re: [osol-code] Doing File I/O in kernel driver

2011-09-22 Thread jack
Hi, Thank you carlsonj for quick reply. I will now look at the core.c file and will try to use do_core() method. :) Thank you so much. -- This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http

Re: [osol-code] Doing File I/O in kernel driver

2011-09-22 Thread James Carlson
jack wrote: > I am writing a kernel driver and need to open a file and write data to it > from inside the kernel module. > > I know that on forums and on google, everybody says that it is "NOT > RECOMMENDED" to do File I/O from a kernel driver. But, still I need to do it > for my project. > >