April 19, 2024, 07:38:39 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: System call from Kernel  (Read 4964 times)

Offline hiten.upadhyay

  • New Member
  • Posts: 1
System call from Kernel
« on: March 04, 2009, 08:59:44 AM »
Hi Everyone,
I have written a kernel module in which i need to call system calls.
Actually my requirement is to shutdown the system whenever i get a signal.
But the system ("shutdown") doesn't work in kernel module.
I 've heard that if we use system_call_table and system_call then we can. But not getting any link.
Please help.....