Browse Source

Update SUMMARY.md

0xAX 9 years ago
parent
commit
40fa470600
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SUMMARY.md

+ 1 - 0
SUMMARY.md

@@ -24,6 +24,7 @@
     * [Initialization of non-early interrupt gates](interrupts/interrupts-4.md)
     * [Implementation of some exception handlers](interrupts/interrupts-5.md)
     * [Handling Non-Maskable interrupts](interrupts/interrupts-6.md)
+    * [External hardware interrupts]()
 * [Memory management](mm/README.md)
     * [Memblock](mm/linux-mm-1.md)
     * [Fixmaps and ioremap](mm/linux-mm-2.md)