After reading this document, I know that the keyboard input will activate irq 1 pointed to some interrupt. Then our processors will decode the input and do something else.
My question
is how a shell knows the keyboard input if the other processor handles the interrupt?
For example:
processor A is running shell
processor B handles the interrupt.