🆕 键盘驱动

This commit is contained in:
fslongjin
2022-03-17 00:00:28 +08:00
parent cc1e126959
commit 1333afd703
5 changed files with 446 additions and 16 deletions

View File

@ -179,7 +179,7 @@ void Start_Kernel(void)
// test_mm();
while (1)
;
keyboard_analyze_keycode();
}
void ignore_int()