Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 08:45:32 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
System call from Kernel
« previous
next »
Print
Pages: [
1
]
Author
Topic: System call from Kernel (Read 7326 times)
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.....
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
System call from Kernel