1
0
Fork 0

feat/kernel: Added MADT support and SMP

This commit is contained in:
Kevin Alavik 2025-05-16 19:45:59 +02:00
parent aeda945087
commit cdceef1da7
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
7 changed files with 98 additions and 19 deletions

View file

@ -18,6 +18,8 @@
"nanoprintf.h": "c",
"flanterm.h": "c",
"serial.h": "c",
"kpanic.h": "c"
"kpanic.h": "c",
"smp.h": "c",
"string_view": "c"
}
}