1
0
Fork 0

feat/kernel: Re-added MADT

This commit is contained in:
Kevin Alavik 2025-05-29 22:49:49 +02:00
parent 8516143538
commit a6b98d6fb6
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
5 changed files with 174 additions and 6 deletions

View file

@ -23,7 +23,8 @@
"string_view": "c",
"lapic.h": "c",
"spinlock.h": "c",
"fb.h": "c"
"fb.h": "c",
"acpi.h": "c"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,