feat/kernel: Added IDT
This commit is contained in:
parent
248879c099
commit
af7599a266
15 changed files with 412 additions and 19 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue