Modularize

This commit is contained in:
Jeremy Soller
2019-09-27 17:23:32 -06:00
parent e97175932f
commit ffd9e6eca2
22 changed files with 284 additions and 251 deletions

6
src/kbc.c Normal file
View File

@ -0,0 +1,6 @@
#include "include/kbc.h"
void kbc_init(void) {
KBIRQR = 0;
KBHICR = 0x48;
}