1
0
Fork 0

feat/kernel: Added IDT

This commit is contained in:
Kevin Alavik 2025-05-14 14:23:13 +02:00
parent 248879c099
commit af7599a266
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
15 changed files with 412 additions and 19 deletions

View file

@ -1,10 +1,7 @@
{
"files.associations": {
"stdnoreturn.h": "c",
"serial.h": "c",
"io.h": "c",
"kprintf.h": "c",
"log.h": "c",
"cpu.h": "c"
"cstdio": "c",
"stdarg.h": "c",
"idt.h": "c"
}
}