feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index f91b0507f97eb1855d756cdfd72730099f83092c..3718f2b79c4963a1e235913610544496168ce8aa 100644 (file)
@@ -5,16 +5,17 @@
             "includePath": [
                 "${workspaceFolder}/includes",
                 "${workspaceFolder}/includes/usr",
-                "${workspaceFolder}/usr/includes"
+                "${workspaceFolder}/usr/includes",
+                "${workspaceFolder}/arch/i386/includes",
             ],
             "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"
         }