Results 1 to 1 of 1
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 ...
- 03-04-2009 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
System call from Kernel
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.....


Reply With Quote