git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
diff --git
a/lunaix-os/.vscode/c_cpp_properties.json
b/lunaix-os/.vscode/c_cpp_properties.json
index a2de1fb296041e62441a555da06a236594d7735d..3718f2b79c4963a1e235913610544496168ce8aa 100644
(file)
--- a/
lunaix-os/.vscode/c_cpp_properties.json
+++ b/
lunaix-os/.vscode/c_cpp_properties.json
@@
-15,7
+15,7
@@
"-include flags.h"
],
"defines": [],
- "compilerPath": "${HOME}/opt/
cross-compiler
/bin/i686-elf-gcc",
+ "compilerPath": "${HOME}/opt/
i686-gcc-12
/bin/i686-elf-gcc",
"cStandard": "gnu99",
"intelliSenseMode": "gcc-x86"
}