1
0
Fork 0

feat/kernel: APIC (LAPIC / IOAPIC) and PIT

This commit is contained in:
Kevin Alavik 2025-05-16 20:19:05 +02:00
parent cdceef1da7
commit 9fcac766f6
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
10 changed files with 350 additions and 11 deletions

View file

@ -20,6 +20,7 @@
"serial.h": "c",
"kpanic.h": "c",
"smp.h": "c",
"string_view": "c"
"string_view": "c",
"lapic.h": "c"
}
}