From d5b7989351bc16e6acb436e54298dedba1551223 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Mon, 26 Aug 2024 21:01:10 +0200 Subject: [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 --- dev/ZGM/.keep | 0 dev/ZGM/build.json | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev/ZGM/.keep create mode 100644 dev/ZGM/build.json (limited to 'dev/ZGM') diff --git a/dev/ZGM/.keep b/dev/ZGM/.keep new file mode 100644 index 00000000..e69de29b 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" + ] +} -- cgit v1.2.3