1
0
Fork 0

feat/kernel: Started on LAPIC

This commit is contained in:
Kevin Alavik 2025-05-30 11:05:07 +02:00
parent 242ab03274
commit 4534f1da14
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
5 changed files with 63 additions and 1 deletions

View file

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