I am trying to understand the system call interface and implementation in the Linux kernel. I know about entry.S and the relationship between libc headers and implementation. What I want to know is where in the kernel is the int 80h received for the first time, that is, the place that decides that it is actually an 80h interrupt. Can someone please give me an LXR link for this, please?
source share