I'm wondering if I can call ret_from_sys_call which resides under entry.S within the linux kernel source from my own kernel module. I need to be able to return from a system call and would rather not copy ret_from_sys_call into my own inline assembly function within C. Anywho, is this possible and if so, how?
4 replies to this topic
#1
Posted 26 February 2010 - 02:52 PM
|
|
|
#2
Posted 26 February 2010 - 10:14 PM
#3
Posted 26 February 2010 - 10:54 PM
x86
#4
Posted 26 February 2010 - 11:07 PM
#5
Posted 01 March 2010 - 08:43 AM
well as he says,obj file can help u return back to sys loader,that handles your program
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









