mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 21, keyboard input and shell
This commit is contained in:
5
21-shell/drivers/keyboard.h
Normal file
5
21-shell/drivers/keyboard.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../cpu/types.h"
|
||||
|
||||
static char key_buffer[256];
|
||||
|
||||
void init_keyboard();
|
||||
Reference in New Issue
Block a user