diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-26 21:01:10 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-26 21:01:10 +0200 |
| commit | d5b7989351bc16e6acb436e54298dedba1551223 (patch) | |
| tree | 39ca6b7804804d44d839aebc54ebc61fe8d26e2b /dev/ZGM | |
| parent | 60cc51ae3bc8de2276a7c7a5f3e7117dc0473c98 (diff) | |
[IMP] New Loading console when loading kernel and it's drivers.
[IMP] Concept of parents and children inside a CG window.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZGM')
| -rw-r--r-- | dev/ZGM/.keep | 0 | ||||
| -rw-r--r-- | dev/ZGM/build.json | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev/ZGM/.keep b/dev/ZGM/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/dev/ZGM/.keep diff --git a/dev/ZGM/build.json b/dev/ZGM/build.json new file mode 100644 index 00000000..cd8fbe63 --- /dev/null +++ b/dev/ZGM/build.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../"], + "sources_path": ["Sources/*.cxx"], + "output_name": "sgm.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__SGM_IMPL__", + "cSGMVersion=0x0100", + "cSGMVersionHighest=0x0100", + "cSGMVersionLowest=0x0100" + ] +} |
