diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-27 11:41:44 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-27 11:41:44 +0200 |
| commit | 8db6fc60063757628f92bd1c4d4855775f4ff9e2 (patch) | |
| tree | e27013969dc749bbb8131e24e4171034fdb80f56 /dev/corecg/corecg.json | |
| parent | daa4f8c748d290feba8a71e889743a8a3097ad7d (diff) | |
feat&wip: Math API for CG, WiP HAL Paging API.
- NOTE: HAL Paging API is still in wip, issues have to be fixed.
- Moved WM code to corecg driver.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/corecg/corecg.json')
| -rw-r--r-- | dev/corecg/corecg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/corecg/corecg.json b/dev/corecg/corecg.json new file mode 100644 index 00000000..e7f5c216 --- /dev/null +++ b/dev/corecg/corecg.json @@ -0,0 +1,23 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "../zka"], + "sources_path": ["src/*.cxx"], + "output_name": "corecg.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__CORECG_IMPL__", + "__NEWOSKRNL__", + "__ZKA_AMD64__", + "cCoreCGVersion=0x0100", + "cCoreCGVersionHighest=0x0100", + "cCoreCGVersionLowest=0x0100" + ] +} |
