feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 7536e26c8a1c67c519e2cd21390d26019f94c383..3718f2b79c4963a1e235913610544496168ce8aa 100644 (file)
             ],
             "compilerArgs": [
                 "-ffreestanding",
-                "-D__ARCH_IA32",
+                "-D__ARCH__=i386",
                 "-D__LUNAIXOS_DEBUG__",
                 "-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"
         }