feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index a2de1fb296041e62441a555da06a236594d7735d..3718f2b79c4963a1e235913610544496168ce8aa 100644 (file)
@@ -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"
         }