How linux system call was handled?
Anonymous
System calls will cause a software interrupt which will load the system call arguments into registers and then context switch to kernel mode and copies the arguments from registers into memory. Then it starts executing the system call.
Check out your Company Bowl for anonymous work chats.