Home > OS >  What's in a Linux system call arguments
What's in a Linux system call arguments

Time:10-29

See the book says the realization of the system call, use asmlinkage to notify the compiler function parameters extracted from the stack, only behind why say use when added to system call arguments, eax ebx ecx register?
How is it that the parameters of the system call transfer? Asmlinkage affected which step parameter passing?
Also ask bosses to help the weak
  • Related