4.1. Supporting Asynchronous Notifications The first significant system change required is in the form of interrupt handling. In a single core system,there is only a single consumer of interrupts and no other processors to communicate with.In a multicore system,there is a need to be able to asynchronously communicate between the processors and steer interrupts among the processors.