feat: Added nanoprintf, kprintf and GDT
This commit is contained in:
parent
aa5a1e8e1a
commit
248879c099
9 changed files with 1346 additions and 5 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue