소스 검색

Create README.md

0xAX 10 년 전
부모
커밋
16bcb5ab41
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      interrupts/README.md

+ 5 - 0
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.