Let there is a process with standard input from the console. The process is waiting for data entry. I enter some info and press enter.
Is the following sequence of actions correct?
An interrupt is generated and the infa written to the console is written to a file that is associated with stdin.
Then (in the process of the same interruption) the interrupt handler writes the information from the file to the address space of the process
Removes information from a file on the file system and returns control.
stdin. - zed