feat/kernel: Added I/O APIC support
This commit is contained in:
parent
03cc8ff8de
commit
f81181ea9c
9 changed files with 141 additions and 43 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -25,7 +25,9 @@
|
|||
"spinlock.h": "c",
|
||||
"fb.h": "c",
|
||||
"acpi.h": "c",
|
||||
"madt.h": "c"
|
||||
"madt.h": "c",
|
||||
"ioapic.h": "c",
|
||||
"stdatomic.h": "c"
|
||||
},
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue