{ "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", "headers_path": ["../", "../../", "../../../Kernel", "../../../", "./"], "sources_path": [".cc", "*.S"], "output_name": "netboot.sys", "compiler_flags": [ "-ffreestanding", "-nostdlib", "-std=c++20", "-fPIC", "-fno-rtti", "-fno-exceptions", "-Wl,--subsystem=17,--image-base,0x10000000,-e,ModuleMain" ], "cpp_macros": [ "__NEOSKRNL__", "__ZBAOSLDR__", "__NE_AMD64__", "kNetBootVersionHighest=0x0100", "kNetBootVersionLowest=0x0100", "kNetBootVersion=0x0100" ] }