lesson 20 finished: timer + keyboard

This commit is contained in:
Carlos
2015-03-20 16:42:19 +01:00
parent 46094a0e96
commit 5aaabf189d
4 changed files with 11 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ void main() {
isr_install();
asm volatile("sti");
// init_timer(50);
init_timer(50);
/* Comment out the timer IRQ handler to read
* the keyboard IRQs easier */
init_keyboard();