|
The above diagram shows the transfer of control from the user address space to the library of system calls and to the OS trap handler for the case of an I/O request. The OS system call routine prepares all the needed data structures for the OS to process the trap before it generates a trap to the OS.
|