This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
jeremy
/
os-tutorial
miroir de
https://github.com/cfenollosa/os-tutorial
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
e9d0d6c388
Branches
Tags
master
os-tutorial
/
21-shell
/
drivers
/
keyboard.h
keyboard.h
79 B
Historique
Raw
1
2
3
4
5
#include "../cpu/types.h"
static char key_buffer[256];
void init_keyboard();