1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-21 13:11:51 +00:00
linux-insides/Interrupts
qinyungao d9391ccbd8 Correct the number of IRQ0_VECTOR
* IRQ0_VECTOR should equal to 0x30 ( ((FIRST_EXTERNAL_VECTOR + 16) & ~15 ) which FIRST_EXTERNAL_VECTOR is equal to 0x20
* mistype vecto_irq
2022-12-05 13:58:18 +08:00
..
images [ImgBot] Optimize images 2021-08-02 16:25:26 +00:00
linux-interrupts-1.md Merge branch 'master' into master 2022-07-31 14:50:55 +06:00
linux-interrupts-2.md Merge branch 'master' into master 2022-07-31 14:50:55 +06:00
linux-interrupts-3.md copyedit: interrupts chapter 2022-07-24 23:19:18 -04:00
linux-interrupts-4.md copyedit: interrupts chapter 2022-07-24 23:19:18 -04:00
linux-interrupts-5.md Merge branch 'master' into master 2022-07-31 14:50:55 +06:00
linux-interrupts-6.md Merge branch 'master' into master 2022-07-31 14:50:55 +06:00
linux-interrupts-7.md copyedit: interrupts chapter 2022-07-24 23:19:18 -04:00
linux-interrupts-8.md Correct the number of IRQ0_VECTOR 2022-12-05 13:58:18 +08:00
linux-interrupts-9.md copyedit: interrupts chapter 2022-07-24 23:19:18 -04:00
linux-interrupts-10.md copyedit: interrupts chapter 2022-07-24 23:19:18 -04:00
README.md capitalize Linux everywhere 2022-05-01 09:12:23 -04:00

Interrupts and Interrupt Handling

In the following posts, we will cover interrupts and exceptions handling in the Linux kernel.