1
0
Fork 0

feat: Added nanoprintf, kprintf and GDT

This commit is contained in:
Kevin Alavik 2025-05-14 13:57:53 +02:00
parent aa5a1e8e1a
commit 248879c099
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
9 changed files with 1346 additions and 5 deletions

View file

@ -2,6 +2,9 @@
"files.associations": {
"stdnoreturn.h": "c",
"serial.h": "c",
"io.h": "c"
"io.h": "c",
"kprintf.h": "c",
"log.h": "c",
"cpu.h": "c"
}
}