git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
course 3 (vga and linker config)
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
1
{
2
"configurations": [
3
{
4
"name": "OS-DEV",
5
"includePath": [
6
"${workspaceFolder}/includes/**"
7
],
8
"compilerArgs": [
9
"-ffreestanding"
10
],
11
"defines": [],
12
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
13
"cStandard": "gnu99",
14
"intelliSenseMode": "gcc-x86"
15
}
16
],
17
"version": 4
18
}