When I invoke a system call in user mode,how did the call get processed in OS?
Does it invoke some some executable binary or some standard library?
If yes,wh
A syscall is made of a special trap instruction, a syscall number and arguments.