Virtual memory & paging
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 10acdd8538f3f7df731520218f0314c8b35480d3..0840db114b3f75d58586c634ff195f27ac550b52 100644 (file)
@@ -6,7 +6,8 @@
                 "${workspaceFolder}/includes/**"
             ],
             "compilerArgs": [
-                "-ffreestanding"
+                "-ffreestanding",
+                "-D__ARCH_IA32"
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",