RE: FC3 module sys_print how...

2005-07-18 Thread Mukund JB.
when the system hangs after the reboot. Waiting for ur suggestions. Regards, Mukund Jampala >-Original Message- >From: Richard B. Johnson [mailto:[EMAIL PROTECTED] >Sent: Friday, July 15, 2005 11:18 PM >To: Mukund JB. >Cc: Linux kernel >Subject: Re: FC3 module sys_print

RE: FC3 module sys_print how...

2005-07-16 Thread Mukund JB.
05 6:19 PM >To: Mukund JB. >Cc: Linux kernel >Subject: Re: FC3 module sys_print how... > > >It's no longer exported. You can either modify your kernel to >export it or you can use that attached work-around to extract >the symbol offset from /boot/System.map. > >

FC3 module sys_print how...

2005-07-15 Thread Mukund JB.
Dear Linux-lovers. I am trying to build a 2.6.10 linux kernel module to print messages to a file. I have done this 2.4 and I was successful but I am failing here. I am using the sys_open, sys_write calls to do so. I am getting a compilation warning and I find no .ko file created finally