Applied, thanks!
Damien Zammit, le lun. 02 oct. 2023 03:39:13 +, a ecrit:
> Logic for interrupts:
>
> - interrupt.S raises spl (thus IF cleared)
> - interrupt.S EOI
> - interrupt.S calls the handler
>- for pure in-kernel handlers, they do whatever they want with IF
> cleared.
>-
Logic for interrupts:
- interrupt.S raises spl (thus IF cleared)
- interrupt.S EOI
- interrupt.S calls the handler
- for pure in-kernel handlers, they do whatever they want with IF
cleared.
- when a userland handler is registers, queue_intr masks the irq.
- interrupt.S lowers spl with s