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

@@ -34,3 +34,6 @@ created with the definitions.
`keyboard.c` also has a long table to translate scancodes to ASCII keys. For the time
being, we will only implement a simple subset of the US keyboard. You can read
more [about scancodes here](http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html)
I don't know about you, but I'm thrilled! We are very close to building a simple shell.
In the next chapter, we will expand a little bit on keyboard input