diff --git a/interrupts/README.md b/interrupts/README.md new file mode 100644 index 0000000..d15d01d --- /dev/null +++ b/interrupts/README.md @@ -0,0 +1,5 @@ +# Interrupts and Interrupt Handling + +You will find a couple of posts which describes an interrupts and an exceptions handling in the linux kernel. + +* [Interrupts and Interrupt Handling. Part 1.](https://github.com/0xAX/linux-insides/blob/master/interrupts/interrupts-1.md) - describes an interrupts handling theory.