Implement APIC, RTC, basic ACPI parser and timer support
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 10acdd8538f3f7df731520218f0314c8b35480d3..dd47757e385de54b3606f9f593c70117453dcdfc 100644 (file)
@@ -6,7 +6,9 @@
                 "${workspaceFolder}/includes/**"
             ],
             "compilerArgs": [
                 "${workspaceFolder}/includes/**"
             ],
             "compilerArgs": [
-                "-ffreestanding"
+                "-ffreestanding",
+                "-D__ARCH_IA32",
+                "-D__LUNAIXOS_DEBUG__"
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",