Updated userspace

This commit is contained in:
Alex
2022-12-24 09:18:45 +02:00
parent 0ce6433311
commit 40410cba41
25 changed files with 472 additions and 36 deletions

View File

@ -4,7 +4,9 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/libc/include/**",
"${workspaceFolder}/out/system/include/**"
"${workspaceFolder}/out/system/include/**",
"${workspaceFolder}/libs/include/**",
"${workspaceFolder}/libs/include"
],
"defines": [
"__debug_vscode__",
@ -19,6 +21,10 @@
"configurationProvider": "ms-vscode.makefile-tools",
"compilerArgs": [
"-pipe",
"-nostdinc++",
"-nostdinc",
"-fno-builtin",
"-ffreestanding"
]
}
],