This commit is contained in:
nub31
2025-09-06 21:21:59 +02:00
parent 130e271461
commit 45a9023bab
12 changed files with 167 additions and 67 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"version": 4,
"configurations": [
{
"name": "test",
"defines": [
"DEBUG"
],
"includePath": [
"src/kernel",
"src/arch",
"src"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/x86_64-elf-gcc",
"cStandard": "c23"
}
]
}