瀏覽代碼

updated README 20

Carlos 10 年之前
父節點
當前提交
e821650f8e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      20-interrupts-timer/README.md

+ 3 - 0
20-interrupts-timer/README.md

@@ -1,3 +1,6 @@
+*Concepts you may want to Google beforehand: CPU timer, keyboard interrupts*
+
+**Goal: Implement our first IRQ handlers: the CPU timer and the keyboard**
 
 Everything is now ready to test our hardware interrupts.