I read the following phrase in "How Linux Uses Interrupts and Exceptions"
" We use vector 0x80 to transfer control to the kernel. This interrupt vector is initialized during system startup, along with other important vectors like the system clock vector. " Where is the source code about this?
|