1
0
Fork 0

feat: Improved SMP and added CPU-local contexts

This commit is contained in:
Kevin Alavik 2025-05-26 19:37:22 +02:00
parent 8fac1270b1
commit 7ad2167e9d
No known key found for this signature in database
GPG key ID: 47AAEA397DB76AD0
7 changed files with 86 additions and 20 deletions

View file

@ -21,7 +21,8 @@
"kpanic.h": "c",
"smp.h": "c",
"string_view": "c",
"lapic.h": "c"
"lapic.h": "c",
"spinlock.h": "c"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,