1
0
Fork 0

feat/kernel: Added I/O APIC support

This commit is contained in:
Kevin Alavik 2025-06-01 12:52:41 +02:00
parent 03cc8ff8de
commit f81181ea9c
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
9 changed files with 141 additions and 43 deletions

View file

@ -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,