feat/kernel: Added support for Kconfig and flanterm if needed
This commit is contained in:
parent
65ba98a089
commit
89795c4ad8
9 changed files with 179 additions and 16 deletions
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
|
@ -10,7 +10,9 @@
|
|||
"cppStandard": "${default}",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"defines": [
|
||||
"LIMINE_API_REVISION=3"
|
||||
"LIMINE_API_REVISION=3",
|
||||
"FLANTERM_SUPPORT=1",
|
||||
"BUILD_MODE=\"\""
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -13,6 +13,10 @@
|
|||
"emk.h": "c",
|
||||
"heap.h": "c",
|
||||
"vmm.h": "c",
|
||||
"align.h": "c"
|
||||
"align.h": "c",
|
||||
"cpu.h": "c",
|
||||
"nanoprintf.h": "c",
|
||||
"flanterm.h": "c",
|
||||
"serial.h": "c"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue