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.