refactor: cut off some bloats in intr_ctx
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
1 {
2     "configurations": [
3         {
4             "name": "OS-DEV",
5             "includePath": [
6                 "${workspaceFolder}/includes"
7             ],
8             "compilerArgs": [
9                 "-ffreestanding",
10                 "-D__ARCH_IA32",
11                 "-D__LUNAIXOS_DEBUG__",
12                 "-include flags.h"
13             ],
14             "defines": [],
15             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
16             "cStandard": "gnu99",
17             "intelliSenseMode": "gcc-x86"
18         }
19     ],
20     "version": 4
21 }