🆕 实现简单的读取键盘数据的功能

This commit is contained in:
fslongjin
2022-01-29 15:12:34 +08:00
parent 8ab02c496c
commit 39ddc21ca5
3 changed files with 25 additions and 14 deletions

View File

@ -116,7 +116,6 @@ void Start_Kernel(void)
test_mm();
//test_printk();
//int t = 1 / 0; // 测试异常处理模块能否正常工作 触发除法错误
// int t = *(int *)0xffff80000aa00000; // 触发页故障