Implement the get_key function
commit0f81fdf2015f8efc1593cc017cbe218c38e5a6e5
authorLiu Aleaxander <Aleaxander@gmail.com>
Mon, 4 Oct 2010 12:51:03 +0000 (4 20:51 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Mon, 4 Oct 2010 12:51:03 +0000 (4 20:51 +0800)
tree28c2cd456f7d0cae96800af33dc83b5543676180
parent59c75e8eb7b69a1be592a78d12afd2ec41a00e12
Implement the get_key function

So now, we can take the shell part off from kb.c to shell.c
And export a get_key function to shell for getting the input.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
include/console.h
include/keyboard.h
kernel/console.c
kernel/kb.c
kernel/shell.c