From 2100d27c40f374c032ceb6c7793f664f23a597b8 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 19 Mar 2015 20:09:45 +0100 Subject: [PATCH] updated README 19 --- 19-interrupts-irqs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/19-interrupts-irqs/README.md b/19-interrupts-irqs/README.md index e9b67ec..e5578cc 100644 --- a/19-interrupts-irqs/README.md +++ b/19-interrupts-irqs/README.md @@ -35,3 +35,6 @@ are defined in `isr.h`. We will also use a simple function to register the interrupt handlers. That was a lot of work, but now we can define our first IRQ handler! + +There are no changes in `kernel.c`, so there is nothing new to run and see. +Please move on to the next lesson to check those shiny new IRQs.