Results 1 to 6 of 6
Hi all,
can anyone answer whether its possible to call system calls from kernel, i am bit struggling a bit here.... any response even yes or no would be a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
Calling SYSTEM CALLs from Kernel?
Hi all,
can anyone answer whether its possible to call system calls from kernel, i am bit struggling a bit here.... any response even yes or no would be a gr8 help !!!!
Regards
- 10-29-2008 #2
You can try to use $0x80 interrupt in kernel space.
Hope this help!
- 10-31-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
interrupt 0x80 for intel x86 ...and ARM tooo?
Hi Alex,
Many thanks for the reply .... does it applies to ARM core too, if not do u know what needs to be done with Arm
- 11-01-2008 #4
- 11-02-2008 #5Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
Hi Alex,
no there is nothing secret here
well my linux system has around 40millisec before it dies out ... an interrupt gets triggered reading from GPIO pin within kernel space, but i needed to do a "sync" before it dies .... i know i cant jump to the user space and call it becoz the system is already dead
so was thinkin to do sync before the system actually looses all power.
Do u hav any suggestion regarding this....
Kind Regards
- 11-05-2008 #6
Hi wildkrishh!
Sorry for answering delay.
Well, maybe I don't understand something, but what are you understanding under "sync"?
Well, I think that it help you: Linux arm PXA gpio programming. If not come here, please.
P.S. My English not so good. But I glad to exchange experience with foreign colleague.


Reply With Quote

