🆕 引入APIC驱动,完成local apic的初始化

This commit is contained in:
fslongjin
2022-03-04 13:40:22 +08:00
parent eb11be9270
commit 574f323284
10 changed files with 350 additions and 109 deletions

View File

@ -16,6 +16,8 @@
"irq.h": "c",
"multiboot2.h": "c",
"kprint.h": "c",
"8259a.h": "c"
}
"8259a.h": "c",
"ptrace.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled"
}